From c3b4bd89c2ed199e24c7d5db294aff0892fe0817 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Tue, 21 Nov 2023 15:49:34 +0000 Subject: [PATCH] fix: Revert Django 3.2.23 (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",