From 9e1cb9876329c85272112f67eb9825f40f14e89e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 08:46:38 +0000 Subject: [PATCH] Bump django from 1.10.4 to 2.2.28 Bumps [django](https://github.com/django/django) from 1.10.4 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.4...2.2.28) --- 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 0840b61307..a900ae3fee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ certifi==2022.12.7 # via requests chardet==3.0.4 # via requests -django==1.10.4 +django==2.2.28 # 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==2022.6 + # 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.3 + # via django tinycss2==0.5 # via http-crawler urllib3==1.24.1