Skip to content

Commit

Permalink
update django to patch security stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganland committed Apr 10, 2021
1 parent df71c06 commit b326eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit b326eb0

Please sign in to comment.