From a4c6f3e66aaf9d0b2df242581e3786ad2f867cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 18:18:51 +0000 Subject: [PATCH] Bump django from 1.11.9 to 1.11.29 Bumps [django](https://github.com/django/django) from 1.11.9 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.9...1.11.29) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 17 +++++------------ sensorgridapi/requirements.txt | 3 ++- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/Pipfile b/Pipfile index 2cc4b06..171e8d8 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -Django = "==1.11.9" +Django = "==1.11.29" djangorestframework = "==3.7.7" "psycopg2" = "==2.7.3.2" gunicorn = "==19.7.1" diff --git a/Pipfile.lock b/Pipfile.lock index de97033..d4b179b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "3a87b5982638d3a6b21484a5c747ea36a465a2e6e1ef43cc972b47e205116e22" + "sha256": "9147488dc7c14b503f6d9102f3b7a205fca7e864cd8adcdb7f177c4e4199576d" }, "pipfile-spec": 6, "requires": { @@ -18,11 +18,11 @@ "default": { "django": { "hashes": [ - "sha256:353d129f22e1d24980d6061666f435781141c2dfd852f14ffc8a670175821034", - "sha256:90952c46d2b7b042db00e98b05f5dd97a5775822948d46fd82ff074d8ac75853" + "sha256:014e3392058d94f40569206a24523ce254d55ad2f9f46c6550b0fe2e4f94cf3f", + "sha256:4200aefb6678019a0acf0005cd14cfce3a5e6b9b90d06145fcdd2e474ad4329c" ], "index": "pypi", - "version": "==1.11.9" + "version": "==1.11.29" }, "djangorestframework": { "hashes": [ @@ -87,15 +87,8 @@ }, "pytz": { "hashes": [ - "sha256:59707844a9825589878236ff2f4e0dc9958511b7ffaae94dc615da07d4a68d33", - "sha256:699d18a2a56f19ee5698ab1123bbcc1d269d061996aeb1eda6d89248d3542b82", - "sha256:80af0f3008046b9975242012a985f04c5df1f01eed4ec1633d56cc47a75a6a48", - "sha256:8cc90340159b5d7ced6f2ba77694d946fc975b09f1a51d93f3ce3bb399396f94", "sha256:c41c62827ce9cafacd6f2f7018e4f83a6f1986e87bfd000b8cfbd4ab5da95f1a", - "sha256:d0ef5ef55ed3d37854320d4926b04a4cb42a2e88f71da9ddfdacfde8e364f027", - "sha256:dd2e4ca6ce3785c8dd342d1853dd9052b19290d5bf66060846e5dc6b8d6667f7", - "sha256:fae4cffc040921b8a2d60c6cf0b5d662c1190fe54d718271db4eb17d44a185b7", - "sha256:feb2365914948b8620347784b6b6da356f31c9d03560259070b2f30cff3d469d" + "sha256:fae4cffc040921b8a2d60c6cf0b5d662c1190fe54d718271db4eb17d44a185b7" ], "index": "pypi", "version": "==2017.3" diff --git a/sensorgridapi/requirements.txt b/sensorgridapi/requirements.txt index 8837f91..69934d4 100644 --- a/sensorgridapi/requirements.txt +++ b/sensorgridapi/requirements.txt @@ -1,4 +1,5 @@ -Django==1.11.9 +-i https://pypi.python.org/simple/ +django==1.11.29 djangorestframework==3.7.7 drf-nested-routers==0.90.2 gunicorn==19.7.1