From b66e0b1165b96535b82f844ceb4b32be72ac8c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:53:36 +0000 Subject: [PATCH] Bump django from 3.1.6 to 3.1.12 in /Slack Bumps [django](https://github.com/django/django) from 3.1.6 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.6...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Slack/Pipfile | 2 +- Slack/Pipfile.lock | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Slack/Pipfile b/Slack/Pipfile index 0351e6b..cbbe1b2 100644 --- a/Slack/Pipfile +++ b/Slack/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -django = "==3.1.6" +django = "==3.1.12" [requires] python_version = "3.8" diff --git a/Slack/Pipfile.lock b/Slack/Pipfile.lock index 90cf035..c814460 100644 --- a/Slack/Pipfile.lock +++ b/Slack/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c7405f2807f94300191e957ac37c201e98d8c62f651605e6e3d2a9a72e90c733" + "sha256": "fe57710c1a793defb41e914fdfc5b9c538f85b63712cf31049d80d454149b531" }, "pipfile-spec": 6, "requires": { @@ -18,18 +18,19 @@ "default": { "asgiref": { "hashes": [ - "sha256:5ee950735509d04eb673bd7f7120f8fa1c9e2df495394992c73234d526907e17", - "sha256:7162a3cb30ab0609f1a4c95938fd73e8604f63bdba516a7f7d64b83ff09478f0" + "sha256:92906c611ce6c967347bbfea733f13d6313901d54dcca88195eaeb52b2a8e8ee", + "sha256:d1216dfbdfb63826470995d31caed36225dcaf34f182e0fa257a4dd9e86f1b78" ], - "version": "==3.3.1" + "markers": "python_version >= '3.6'", + "version": "==3.3.4" }, "django": { "hashes": [ - "sha256:169e2e7b4839a7910b393eec127fd7cbae62e80fa55f89c6510426abf673fe5f", - "sha256:c6c0462b8b361f8691171af1fb87eceb4442da28477e12200c40420176206ba7" + "sha256:a523d62b7ab2908f551dabc32b99017a86aa7784e32b761708e52be3dce6d35d", + "sha256:dc41bf07357f1f4810c1c555b685cb51f780b41e37892d6cc92b89789f2847e1" ], "index": "pypi", - "version": "==3.1.6" + "version": "==3.1.12" }, "pytz": { "hashes": [ @@ -43,6 +44,7 @@ "sha256:017cde379adbd6a1f15a61873f43e8274179378e95ef3fede90b5aa64d304ed0", "sha256:0f91fd2e829c44362cbcfab3e9ae12e22badaa8a29ad5ff599f9ec109f0454e8" ], + "markers": "python_version >= '3.5'", "version": "==0.4.1" } },