From 950a39b1ee7fe7eb5827c5513a08815c04df735c Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Wed, 22 Nov 2023 13:20:37 +0000 Subject: [PATCH] build: Downgrade Django (CI/CD measuring) --- 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",