From ef9d6487cb8391e52e9ec5172180c46d6052ea7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 04:30:37 +0000 Subject: [PATCH] chore(deps): update pytest requirement in /backend Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production ... 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 519bb61..e931741 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ purgatory>=3.0,<4.0 structlog>=26.1.0,<27.0 prometheus-client>=0.25.0,<1.0 sentry-sdk[fastapi]>=2.64.0,<3.0 -pytest>=8.0,<9.0 +pytest>=9.1.1,<10.0 pytest-asyncio>=0.24,<1.0 respx>=0.22,<1.0 asgi-lifespan>=2.1,<3.0