From 5a052a09556cd6609421566da10daf9709b096d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 19:18:53 +0000 Subject: [PATCH] Bump django from 2.1.1 to 2.2.13 Bumps [django](https://github.com/django/django) from 2.1.1 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.1...2.2.13) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 15 +++++++++++---- requirements.txt | 4 +++- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 38ac154..2ca61ed 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ python-decouple = "==3.1" "urllib3" = "==1.23" djangorestframework = "==3.8.2" pytz = "==2018.5" -Django = "==2.1.1" +Django = "==2.2.13" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index d97480a..ee3de38 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "5098e6f76b564cb8d219504a72a723ca16c395d3defb83ec75cda3168f6162f3" + "sha256": "ae135c90f5b6953fb4ea8b32f7155b0843542bd06c802910ccc553d783b08918" }, "pipfile-spec": 6, "requires": { @@ -34,11 +34,11 @@ }, "django": { "hashes": [ - "sha256:04f2e423f2e60943c02bd2959174b844f7d1bcd19eabb7f8e4282999958021fd", - "sha256:e1cc1cd6b658aa4e052f5f2b148bfda08091d7c3558529708342e37e4e33f72c" + "sha256:84f370f6acedbe1f3c41e1a02de44ac206efda3355e427139ecb785b5f596d80", + "sha256:e8fe3c2b2212dce6126becab7a693157f1a441a07b62ec994c046c76af5bb66d" ], "index": "pypi", - "version": "==2.1.1" + "version": "==2.2.13" }, "djangorestframework": { "hashes": [ @@ -79,6 +79,13 @@ "index": "pypi", "version": "==2.19.1" }, + "sqlparse": { + "hashes": [ + "sha256:022fb9c87b524d1f7862b3037e541f68597a730a8843245c349fc93e1643dc4e", + "sha256:e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548" + ], + "version": "==0.3.1" + }, "urllib3": { "hashes": [ "sha256:a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf", diff --git a/requirements.txt b/requirements.txt index 9d747fd..3fda628 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,11 @@ +-i https://pypi.org/simple/ certifi==2018.4.16 chardet==3.0.4 -Django==2.1.1 +django==2.2.13 djangorestframework==3.8.2 idna==2.7 python-decouple==3.1 pytz==2018.5 requests==2.19.1 +sqlparse==0.3.1 urllib3==1.23