From f8b7cbc3846e8f8f882278c94aaa65bc78b39619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 19:57:47 +0000 Subject: [PATCH] Bump django from 1.11.3 to 2.2.28 Bumps [django](https://github.com/django/django) from 1.11.3 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.3...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index ee2c1f3..6a4bf78 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -Django==1.11.3 +Django==2.2.28 dj_database_url django-macros html2text diff --git a/requirements.txt b/requirements.txt index fa5a2ea..a209169 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # dj-database-url==0.5.0 # via -r requirements.in -django==1.11.3 +django==2.2.28 # via # -r requirements.in # django-macros @@ -16,3 +16,5 @@ html2text==2020.1.16 # via -r requirements.in pytz==2022.2.1 # via django +sqlparse==0.4.3 + # via django