From e085cb74ea237ae599cfe5e2e86a47cf4727779b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:43:58 +0000 Subject: [PATCH] chore(deps-dev): bump pytest from 7.4.4 to 9.0.2 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 9.0.2. - [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/7.4.4...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index cb87efc..5b240e0 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1 +1 @@ -pytest==7.4.4 +pytest==9.0.2