From 592c004f24bcead5967bb5ab67878c5cb45b566a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 03:27:52 +0000 Subject: [PATCH] Bump django from 2.1.1 to 2.2.28 Bumps [django](https://github.com/django/django) from 2.1.1 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.1...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 16 ++++++++++++---- requirements.txt | 3 ++- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 97eb440..cf1347d 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.28" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 4c3b1cc..14cce6f 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "31ae4fb7ccbf973e793c02996a4e2cbbc770c03a92cebee7245f3f98a7752a75" + "sha256": "088aacfcd317b97e3627db448ac42b5f1f2aae3a3dd8eab4a589cd30fda5333b" }, "pipfile-spec": 6, "requires": { @@ -34,11 +34,11 @@ }, "django": { "hashes": [ - "sha256:04f2e423f2e60943c02bd2959174b844f7d1bcd19eabb7f8e4282999958021fd", - "sha256:e1cc1cd6b658aa4e052f5f2b148bfda08091d7c3558529708342e37e4e33f72c" + "sha256:0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413", + "sha256:365429d07c1336eb42ba15aa79f45e1c13a0b04d5c21569e7d596696418a6a45" ], "index": "pypi", - "version": "==2.1.1" + "version": "==2.2.28" }, "djangorestframework": { "hashes": [ @@ -79,6 +79,14 @@ "index": "pypi", "version": "==2.19.1" }, + "sqlparse": { + "hashes": [ + "sha256:0323c0ec29cd52bceabc1b4d9d579e311f3e4961b98d174201d5622a23b85e34", + "sha256:69ca804846bb114d2ec380e4360a8a340db83f0ccf3afceeb1404df028f57268" + ], + "markers": "python_version >= '3.5'", + "version": "==0.4.3" + }, "urllib3": { "hashes": [ "sha256:a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf", diff --git a/requirements.txt b/requirements.txt index 9452a35..f5a6b43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,10 +8,11 @@ -i https://pypi.org/simple/ certifi==2022.12.7 chardet==3.0.4 -django==2.1.1 +django==2.2.28 djangorestframework==3.8.2 idna==2.7 python-decouple==3.1 pytz==2018.5 requests==2.19.1 +sqlparse==0.4.3; python_version >= '3.5' urllib3==1.23