diff --git a/setup.py b/setup.py index a115c60d..1fc772b2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ include_package_data=True, install_requires=[ "Django==4.1.13", - "djangorestframework==3.14.0", + "djangorestframework==3.15.2", "coreapi==2.3.3", "Markdown==3.1.1", "dj-database-url==1.2.0",