diff --git a/cfl_common/setup.py b/cfl_common/setup.py index 0c0ec3eb8..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.20", + "django==3.2.23", "djangorestframework==3.13.1", "django-two-factor-auth==1.13.2", "django-countries==7.3.1",