From 2cbf4232570e6523db534b8fb746b67276593307 Mon Sep 17 00:00:00 2001 From: Florian Aucomte <33633200+faucomte97@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:30:48 +0000 Subject: [PATCH] build: Downgrade Django (CI/CD measuring) (#2237) --- 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 70b41e18d..6cff88666 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.23", + "django==3.2.22", "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 29aae1fd4..1b406ad53 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages=find_packages(), include_package_data=True, install_requires=[ - "django==3.2.23", + "django==3.2.22", "django-countries==7.3.1", "djangorestframework==3.13.1", "django-pipeline==2.0.8",