From 8fc9cb6f96b2ae476311da904c12bab1f5d493b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:51:24 +0000 Subject: [PATCH 1/2] chore(deps): update dependency django to v6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a10ed3aa..76101cf2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ requests~=2.32.5; python_version < "3.10" requests~=2.34.0; python_version >= "3.10" # Core dependencies -django>=4.2.0,<5.0.0 +django>=6.0.6,<6.1.0 python-dotenv>=1.0.0 cryptography>=46.0.6,<47.0 pyjwt>=2.10.0 From 973356dd9d358a8eec956ba42637e6a84c224519 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:04:07 +0000 Subject: [PATCH 2/2] Fix CI for Django 6 on Python 3.9-3.11 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 76101cf2..db5737d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,8 @@ requests~=2.32.5; python_version < "3.10" requests~=2.34.0; python_version >= "3.10" # Core dependencies -django>=6.0.6,<6.1.0 +django>=4.2.0,<5.0.0; python_version < "3.12" +django>=6.0.6,<6.1.0; python_version >= "3.12" python-dotenv>=1.0.0 cryptography>=46.0.6,<47.0 pyjwt>=2.10.0