From 1dcace874283aa96245c99af45e55e50ea3806fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:59:38 +0000 Subject: [PATCH] chore(deps-dev): bump pytest from 8.3.4 to 9.0.3 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/dev-requirements.txt b/backend/dev-requirements.txt index 751f2fab0..2a967e44a 100644 --- a/backend/dev-requirements.txt +++ b/backend/dev-requirements.txt @@ -1,4 +1,4 @@ -pytest==8.3.4 +pytest==9.0.3 pytest-django==4.11.1 pytest-cov==7.0.0 Faker==37.4.0