diff --git a/setup.py b/setup.py index 5b6e955d..58ee0949 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ packages=find_packages(), include_package_data=True, install_requires=[ - "Django==4.2.13", + "Django==4.2.14", "djangorestframework==3.15.2", "coreapi==2.3.3", "Markdown==3.1.1",