From 54d9b6a23c4745254bd1e1f8a296ff06a97fa6df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:07:07 +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.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 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 b0ed7de..910fa41 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.20,<1.0 sentry-sdk[fastapi]>=2.61.1,<3.0 -pytest>=8.0,<9.0 +pytest>=9.1.0,<10.0 pytest-asyncio>=0.24,<1.0 respx>=0.22,<1.0 asgi-lifespan>=2.1,<3.0