diff --git a/setup.py b/setup.py index f101345e..880db1a0 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ packages=find_packages(), include_package_data=True, install_requires=[ - "Django==4.2.14", + "Django==4.2.15", "djangorestframework==3.15.2", "coreapi==2.3.3", "Markdown==3.1.1",