From 23010170b6f8f369e4b47d1e97cda4a1add7c4c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 06:17:34 +0000 Subject: [PATCH] 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/9.0.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ec93bd2..23c7fd7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "httpx>=0.27,<1.0", - "pytest>=9.0.3,<10.0", + "pytest>=9.1.1,<10.0", "pytest-asyncio>=1.4,<2.0", "ruff>=0.7,<1.0", ] diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 5a34e37..b06ad1f 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,7 +1,7 @@ -r requirements.txt httpx>=0.27,<0.28 -pytest>=9.0.3,<10.0 +pytest>=9.1.1,<10.0 pytest-asyncio>=1.4,<2.0 ruff>=0.7,<1.0 pip-audit>=2.7,<3.0