From b7dfeb610b415043c4caab35995145dfd1456c5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:10:22 +0000 Subject: [PATCH] Bump pytest from 9.1.0 to 9.1.1 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.1.0 to 9.1.1. - [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/9.1.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/src/requirements_docker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index 246e14d..868b264 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -7,7 +7,7 @@ httpx==0.28.1 isort==8.0.1 psycopg2-binary==2.9.12 pydantic==2.13.4 -pytest==9.1.0 +pytest==9.1.1 pytest-asyncio==1.4.0 pytest-cov==7.1.0 pytest-mock==3.15.1