From 277fb886246eedba370e3d4aba10c10fc3e95971 Mon Sep 17 00:00:00 2001 From: Abram Booth Date: Fri, 17 May 2024 16:33:36 -0400 Subject: [PATCH] bump django to 3.2.25 (support python 3.10) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40275ef0a..33835f78d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ django-model-utils==4.1.1 # BSD django-oauth-toolkit==1.7.1 # BSD django-prettyjson==0.4.1 # BSD 3 Clause django-revproxy==0.10.0 # MPL 2.0 -django==3.2.5 # BSD 3 Clause +django==3.2.25 # BSD 3 Clause djangorestframework==3.12.4 # BSD docopt==0.6.2 # MIT elasticsearch5==5.5.6 # Apache 2.0