diff --git a/setup.py b/setup.py index 39d390841..cfc48b68f 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ packages=find_packages(), include_package_data=True, install_requires=[ - "django==3.2.23", + "django==3.2.24", "django-csp==3.7", "django-js-reverse==0.9.1", "django-pipeline==2.0.8",