From 1c758e71e940302b004b3d41c4dd2db940a310cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:02:04 +0000 Subject: [PATCH] Bump django from 1.11.22 to 2.2.24 Bumps [django](https://github.com/django/django) from 1.11.22 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.22...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index e93b2b4..f6cf33c 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -django==1.11.22 +django==2.2.24 djangorestframework==3.3.3 commonmark six \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e7e4569..47a8835 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,16 @@ # pip-compile --output-file requirements.txt requirements.in # commonmark==0.7.4 -django==1.11.22 + # via -r requirements.in +django==2.2.24 + # via -r requirements.in djangorestframework==3.3.3 -future==0.16.0 # via commonmark -pytz==2017.3 # via django + # via -r requirements.in +future==0.16.0 + # via commonmark +pytz==2017.3 + # via django six==1.12.0 + # via -r requirements.in +sqlparse==0.4.1 + # via django