From d966df52b87c5bb6a9aa72f5c5771587dba8335f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:13:32 +0000 Subject: [PATCH] Update pytest requirement from <9.0,>=8.3 to >=8.3,<10.0 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.3.0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index af548d7..1748fe6 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "httpx>=0.28,<1.0", - "pytest>=8.3,<9.0", + "pytest>=8.3,<10.0", "pytest-asyncio>=0.26,<1.0", "ruff>=0.11,<1.0", ]