diff --git a/setup.py b/setup.py index 4743bf5b9..b58cb4542 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages=find_packages(), include_package_data=True, install_requires=[ - "django==3.2.24", + "django==3.2.25", "django-countries==7.3.1", "djangorestframework==3.13.1", "django-pipeline==2.0.8",