From 42164752c16d6ce46f281e363ad7672a0701a15b Mon Sep 17 00:00:00 2001 From: William Higgins Date: Thu, 6 Feb 2025 10:43:18 -0500 Subject: [PATCH] Upgrade Django to 4.2.18 for CVE 4.2.17 raises a CVE warning related to IPv6 validation Release notes indicate no other changegs. https://docs.djangoproject.com/en/5.1/releases/4.2.18/ We have one reference in the codebase to IPv6, and it's just a page talking about the protocol: http://localhost:8000/ipv6/ --- requirements/django.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/django.txt b/requirements/django.txt index ebf97308f78..697db5bb71c 100644 --- a/requirements/django.txt +++ b/requirements/django.txt @@ -1 +1 @@ -django==4.2.17 +django==4.2.18