From ad3c3cd20f9c7bb8ede9bb2da4a054664594eb61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 19:29:04 +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 966772d..1399372 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ dev = [ "httpx>=0.28,<1.0", "pip-licenses>=5.5,<6.0", - "pytest>=8.3,<9.0", + "pytest>=8.3,<10.0", "ruff>=0.11,<1.0", ]