From 312defa1ad30c5d3111253b64b36d0fc57f28e89 Mon Sep 17 00:00:00 2001 From: Erin Song <121973038+erinysong@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:42:15 -0800 Subject: [PATCH] Upgrade to django 4.2.17 --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 52c601b55..1a9282591 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -13,7 +13,7 @@ defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, diff-match-patch==20230430; python_version >= '3.7' dj-database-url==2.2.0 dj-email-url==1.0.6 -django==4.2.10; python_version >= '3.8' +django==4.2.17; python_version >= '3.8' django-admin-multiple-choice-list-filter==0.1.1 django-allow-cidr==0.7.1 django-auditlog==3.0.0; python_version >= '3.8'