diff --git a/setup.py b/setup.py index 5951a149..c4592b6d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ packages=find_packages(), include_package_data=True, install_requires=[ - "Django==4.2.22", + "Django==4.2.27", "djangorestframework==3.15.2", "coreapi==2.3.3", "Markdown==3.1.1",