From ca3f04417434e56f657543b0fa94bb27ad5752da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:40:05 +0000 Subject: [PATCH] Bump django from 1.10.4 to 2.2.24 Bumps [django](https://github.com/django/django) from 1.10.4 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.4...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09e4496ad0..fffc5d84b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ django-dotenv==1.4.2 # via -r requirements.in django-markdown-deux==1.0.5 # via -r requirements.in -django==1.10.4 +django==2.2.24 # via # -r requirements.in # django-amber @@ -30,6 +30,8 @@ lxml==3.7.1 # via http-crawler markdown2==2.3.7 # via django-markdown-deux +pytz==2021.1 + # via django pyyaml==5.4 # via django-amber rcssmin==1.0.6 @@ -41,6 +43,8 @@ requests==2.21.0 # http-crawler rjsmin==1.0.12 # via django-compressor +sqlparse==0.4.1 + # via django tinycss2==0.5 # via http-crawler urllib3==1.24.1