From 6fecc3985f63766509c4f53bfa9b16ba7e63fb4d Mon Sep 17 00:00:00 2001 From: Florian Aucomte <33633200+faucomte97@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:46:19 +0000 Subject: [PATCH] fix: Upgrade Django to 3.2.23 (CI/CD measuring) (#2235) --- cfl_common/setup.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cfl_common/setup.py b/cfl_common/setup.py index 6cff88666..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.22", + "django==3.2.23", "djangorestframework==3.13.1", "django-two-factor-auth==1.13.2", "django-countries==7.3.1", diff --git a/setup.py b/setup.py index 1b406ad53..29aae1fd4 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages=find_packages(), include_package_data=True, install_requires=[ - "django==3.2.22", + "django==3.2.23", "django-countries==7.3.1", "djangorestframework==3.13.1", "django-pipeline==2.0.8",