From 9fd9596c991da8823f8f724af854bea32d60c2a8 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Thu, 2 Nov 2023 23:12:33 +0000 Subject: [PATCH] Update Django in common too --- cfl_common/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfl_common/setup.py b/cfl_common/setup.py index 0c0ec3eb8..70b41e18d 100644 --- a/cfl_common/setup.py +++ b/cfl_common/setup.py @@ -16,7 +16,7 @@ version=version, include_package_data=True, install_requires=[ - "django==3.2.20", + "django==3.2.23", "djangorestframework==3.13.1", "django-two-factor-auth==1.13.2", "django-countries==7.3.1",