From bdfd766e474da4b568431842f2d433c10ae6d14e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 03:57:29 +0000 Subject: [PATCH] chore(deps): bump pytest from 8.2.0 to 9.0.2 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 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/8.2.0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b54cb5b..5a4b348 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -34,7 +34,7 @@ python-dotenv==1.0.1 # ============================================================ # Testing -pytest==8.2.0 +pytest==9.0.2 pytest-asyncio==0.23.6 pytest-cov==5.0.0 httpx==0.27.0 # async test client for FastAPI