From 828a59c8397459ba7c3ba5190f01cbaec3ad06c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:51:29 +0000 Subject: [PATCH 1/2] chore(deps): update dependency pytest to v9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a10ed3aa..470bfabd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ pydantic>=2.0.0,<3.0.0 # pytest 9 requires Python >=3.10; keep <9 for Python 3.9 (pytest 9 dropped 3.9 support) # CVE-2025-71176 is fixed in 9.0.3 (only available for Python >=3.10) pytest>=9.0.3; python_version >= "3.10" -pytest>=7.4.0,<9; python_version < "3.10" +pytest>=9.1.1,<10; python_version < "3.10" pytest-django>=4.5.2 pytest-asyncio>=0.21.1 pytest-cov>=7.0.0 From 98e1d97a9c230f3c04f9cf580142ca0def6175d5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:03:09 +0000 Subject: [PATCH 2/2] Fix pytest 3.9 CI constraint --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 470bfabd..a10ed3aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ pydantic>=2.0.0,<3.0.0 # pytest 9 requires Python >=3.10; keep <9 for Python 3.9 (pytest 9 dropped 3.9 support) # CVE-2025-71176 is fixed in 9.0.3 (only available for Python >=3.10) pytest>=9.0.3; python_version >= "3.10" -pytest>=9.1.1,<10; python_version < "3.10" +pytest>=7.4.0,<9; python_version < "3.10" pytest-django>=4.5.2 pytest-asyncio>=0.21.1 pytest-cov>=7.0.0