From c93006f26ba4ffaa1ff652702d644e114df57da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 14:54:08 +0000 Subject: [PATCH] Bump django from 2.1.9 to 2.2.10 Bumps [django](https://github.com/django/django) from 2.1.9 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.9...2.2.10) Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 2de1afb..0645423 100644 --- a/requirements.in +++ b/requirements.in @@ -1,2 +1,2 @@ -Django==2.1.9 +Django==2.2.10 djangorestframework \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 98c17d0..0da0378 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ # # pip-compile requirements.in # -django==2.1.9 # via -r requirements.in, djangorestframework -djangorestframework==3.11.0 # via -r requirements.in +django==2.2.10 +djangorestframework==3.11.0 pytz==2019.3 # via django +sqlparse==0.3.1 # via django