From 26cca76b46e8c59553adc1eea2ed36bc029a114e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 22:35:16 +0000 Subject: [PATCH] Bump django from 1.8.18 to 2.2.24 in /python/django Bumps [django](https://github.com/django/django) from 1.8.18 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.8.18...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/django/requirements.in | 2 +- python/django/requirements.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/python/django/requirements.in b/python/django/requirements.in index 80c1b1c..3dfb25c 100644 --- a/python/django/requirements.in +++ b/python/django/requirements.in @@ -1,2 +1,2 @@ -django<1.9 +django<2.3 whitenoise diff --git a/python/django/requirements.txt b/python/django/requirements.txt index e06e701..2ab0fd8 100644 --- a/python/django/requirements.txt +++ b/python/django/requirements.txt @@ -4,5 +4,7 @@ # # pip-compile --output-file requirements.txt requirements.in # -django==1.8.18 +django==2.2.24 +pytz==2021.1 +sqlparse==0.4.1 whitenoise==3.2.1