diff --git a/setup.py b/setup.py index a46648e..9e82791 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", ], install_requires=[ - "django==4.2.18", + "django==4.2.21", "django-environ==0.4.5", "djangorestframework==3.15.2", "drf-extensions==0.7.0",