From b972359b68d7c954820e9a35b3724468f390d42b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 05:29:53 +0000 Subject: [PATCH] build(deps): bump pytest from 8.3.4 to 8.3.5 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. - [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...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... 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 dbf6ce54..29881817 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ slowapi===0.1.9 basegun-ml==2.0.5 numpy<3.0.0 # Dev -pytest==8.3.4 +pytest==8.3.5 coverage==7.6.12 Faker==36.1.1 locust==2.32.10 \ No newline at end of file