From b326eb0b80d8367540d5eb46806ce2f80e3f7133 Mon Sep 17 00:00:00 2001 From: Keegan Landrigan Date: Sat, 10 Apr 2021 09:45:25 -0700 Subject: [PATCH] update django to patch security stuff --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a40876508..fa7b547f1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup(name='dispatch', description='A publishing platform for modern newspapers', - version='1.3.15', + version='1.3.16', url='https://github.com/ubyssey/dispatch', author='Peter Siemens', author_email='peterjsiemens@gmail.com', @@ -11,7 +11,7 @@ scripts=['dispatch/bin/dispatch-admin'], include_package_data=True, install_requires=[ - 'django == 3.1.6', + 'django == 3.1.8', 'djangorestframework == 3.12.2', 'pillow', 'requests',