From ea37161525a2e34a4583c3811dfe8162e1af3e1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 22:41:05 +0000 Subject: [PATCH 1/2] fix(deps): update dependency pytest to v9 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cf2f04e7..06bdbbb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ flask = [ dev = [ # pytest 9 requires Python >=3.10; pytest 9.0.3 fixes CVE-2025-71176 "pytest >=9.0.3; python_version >= '3.10'", - "pytest >=7.4.0,<9; python_version < '3.10'", + "pytest >=9.0.3,<10; python_version < '3.10'", "pytest-cov >=4.1.0", "pytest-django >=4.5.2", "mypy >=1.5.0", diff --git a/requirements.txt b/requirements.txt index 8d656e37..5de22954 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.0.3,<10; python_version < "3.10" pytest-django>=4.5.2 pytest-asyncio>=0.21.1 pytest-cov>=7.0.0 From b43c60a22e05f59f04498b1d3692612d15a3cdc8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 1 May 2026 22:50:34 +0000 Subject: [PATCH 2/2] fix: revert pytest constraint for Python 3.9 to >=7.4.0,<9 (pytest 9 dropped Python 3.9 support) Agent-Logs-Url: https://github.com/kinde-oss/kinde-python-sdk/sessions/b3fe8971-7637-47c8-8ba9-168af2488033 Co-authored-by: dtoxvanilla1991 <73205087+dtoxvanilla1991@users.noreply.github.com> --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 06bdbbb5..cf2f04e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ flask = [ dev = [ # pytest 9 requires Python >=3.10; pytest 9.0.3 fixes CVE-2025-71176 "pytest >=9.0.3; python_version >= '3.10'", - "pytest >=9.0.3,<10; python_version < '3.10'", + "pytest >=7.4.0,<9; python_version < '3.10'", "pytest-cov >=4.1.0", "pytest-django >=4.5.2", "mypy >=1.5.0", diff --git a/requirements.txt b/requirements.txt index 5de22954..8d656e37 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.0.3,<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