From bb38d5409d81748e5d06d7a684f2b4970a4c9084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:40:08 +0000 Subject: [PATCH] build(deps): bump pytest from 8.4.2 to 9.0.3 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 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.4.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 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 64aef7a2..1b87ca9c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ slowapi===0.1.9 basegun-ml==2.0.7 numpy>=1.24.0,<2.0.0 # Dev -pytest==8.4.2 +pytest==9.0.3 coverage==7.6.12 Faker==36.1.1 locust==2.42.0 \ No newline at end of file