From 4061905f19f728367549e23f82b000c44912c427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 21:37:26 +0000 Subject: [PATCH] Bump django from 2.0.2 to 2.2.10 Bumps [django](https://github.com/django/django) from 2.0.2 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.2...2.2.10) Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 5e206e9..abd51fa 100644 --- a/requirements.in +++ b/requirements.in @@ -1,3 +1,3 @@ -django>=2.0.2,<2.0.3 +django>=2.0.2,<2.2.11 djangorestframework>=3.7.7,<4.0 djangorestframework-jwt>=1.11,<2 diff --git a/requirements.txt b/requirements.txt index 4c6b1a0..26d755e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,9 @@ # # pip-compile --output-file requirements.txt requirements.in # -django==2.0.2 +django==2.2.10 djangorestframework-jwt==1.11.0 djangorestframework==3.7.7 pyjwt==1.5.3 # via djangorestframework-jwt pytz==2018.3 # via django +sqlparse==0.3.0 # via django