From d635448db4fe03b98fac0088e2828e82d38046ea Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Tue, 6 Apr 2021 10:15:28 +0200 Subject: [PATCH] Bump Django to 3.0.14 --- src/requirements/production.txt | 2 +- src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index a8b99a3474..8dbf674be8 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,5 +1,5 @@ # Functional requirements -Django==3.0.*,>=3.0.9 +Django==3.0.*,>=3.0.14 djangorestframework==3.11.* python-dateutil==2.8.* isoweek diff --git a/src/setup.py b/src/setup.py index 163f56be83..b270898b91 100644 --- a/src/setup.py +++ b/src/setup.py @@ -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',