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",