From af0acb81100b4b589749bdcc01fd15ce2bfcba97 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 15:31:15 +0000 Subject: [PATCH 1/2] Initial plan From 05fd6acf0e5dcdb8da1c4d0e178f795e1f4a7f57 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 15:32:22 +0000 Subject: [PATCH 2/2] Pin Django to version 5.2.11 Co-authored-by: JacobCoffee <45884264+JacobCoffee@users.noreply.github.com> --- base-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-requirements.txt b/base-requirements.txt index 0c42f5ac5..ba741e317 100644 --- a/base-requirements.txt +++ b/base-requirements.txt @@ -4,7 +4,7 @@ django-sitetree==1.18.0 # >=1.17.1 is (?) first version that supports Django 4. django-apptemplates==1.5 django-admin-interface==0.28.9 django-translation-aliases==0.1.0 -Django==5.2 +Django==5.2.11 docutils==0.21.2 Markdown==3.7 cmarkgfm==2024.11.20