From 9e22b018b2c3caebac28476d6c8ff9f460fdc853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:30:23 +0000 Subject: [PATCH] Bump django from 3.1.2 to 3.1.12 Bumps [django](https://github.com/django/django) from 3.1.2 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.2...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 21 ++++++--------------- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/Pipfile b/Pipfile index 85fe70a0..ae91a0f4 100644 --- a/Pipfile +++ b/Pipfile @@ -53,7 +53,7 @@ whitenoise = "==5.2.0" xlrd = "==1.2.0" xlwt = "==1.3.0" CacheControl = "==0.12.6" -Django = "==3.1.2" +Django = "==3.1.12" Faker = "==4.1.4" MarkupPy = "==1.14" Pillow = "==7.2.0" diff --git a/Pipfile.lock b/Pipfile.lock index cc798fea..72d37509 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "eed2e87884c9392d022ed20b87b676ae7d19c82beabc65543158f5559c3b0645" + "sha256": "02f5b6d413184f221df44d0adf5d1dd30e44fb8ad51170c4bc2507be389c093d" }, "pipfile-spec": 6, "requires": { @@ -113,11 +113,11 @@ }, "django": { "hashes": [ - "sha256:a2127ad0150ec6966655bedf15dbbff9697cc86d61653db2da1afa506c0b04cc", - "sha256:c93c28ccf1d094cbd00d860e83128a39e45d2c571d3b54361713aaaf9a94cac4" + "sha256:a523d62b7ab2908f551dabc32b99017a86aa7784e32b761708e52be3dce6d35d", + "sha256:dc41bf07357f1f4810c1c555b685cb51f780b41e37892d6cc92b89789f2847e1" ], "index": "pypi", - "version": "==3.1.2" + "version": "==3.1.12" }, "django-cleanup": { "hashes": [ @@ -484,7 +484,7 @@ "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b", "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" ], - "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==0.10.2" }, "tqdm": { @@ -536,14 +536,5 @@ "version": "==1.3.0" } }, - "develop": { - "tqdm": { - "hashes": [ - "sha256:9fdf349068d047d4cfbe24862c425883af1db29bcddf4b0eeb2524f6fbdb23c7", - "sha256:d666ae29164da3e517fcf125e41d4fe96e5bb375cd87ff9763f6b38b5592fe33" - ], - "index": "pypi", - "version": "==4.59.0" - } - } + "develop": {} }