Bump Django to 3.0.14

This commit is contained in:
Martin Gross
2021-04-06 10:15:28 +02:00
parent 69e8613896
commit d635448db4
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ setup(
keywords='tickets web shop ecommerce',
install_requires=[
'Django==3.0.*,>=3.0.9',
'Django==3.0.*,>=3.0.14',
'djangorestframework==3.11.*',
'python-dateutil==2.8.*',
'isoweek',