From 49fd45f0ed30bf0f401e7acbc875fd566d33aef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 10:22:02 +0000 Subject: [PATCH] chore(deps): bump pytest from 8.3.4 to 9.0.2 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.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/8.3.4...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 32cb404..4cf3cea 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -31,7 +31,7 @@ keyring>=25.0.0 python-multipart==0.0.22 # Testing -pytest==8.3.4 +pytest==9.0.2 httpx==0.27.2 # required by FastAPI TestClient # Type checking