From 42593082ef460519e697fed10bb9f4cfbc31ef0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 07:19:37 +0000 Subject: [PATCH] Bump django from 4.1.7 to 4.2 in /api Bumps [django](https://github.com/django/django) from 4.1.7 to 4.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.7...4.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/Pipfile | 2 +- api/Pipfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/Pipfile b/api/Pipfile index 2bd4b1462ab..546b18da624 100644 --- a/api/Pipfile +++ b/api/Pipfile @@ -22,7 +22,7 @@ pytest-sugar = "~=0.9" aws-requests-auth = "~=0.4" boto3 = "~=1.26" deepdiff = "~=6.2" -Django = "~=4.1" +Django = "~=4.2" django-braces = "~=1.15" django-cors-headers = "~=3.14" django-cron = "~=0.6" diff --git a/api/Pipfile.lock b/api/Pipfile.lock index e4d63f1fe46..60b94499ed5 100644 --- a/api/Pipfile.lock +++ b/api/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "9e7bc1d7f974726b14184f437177653b2879bbf11bb86e48784c35bfe84bc7b6" + "sha256": "a2623e143c2f53750d3dc858c34ff09c65682ab2c8443a02efafb917ae5a59df" }, "pipfile-spec": 6, "requires": { @@ -159,11 +159,11 @@ }, "botocore": { "hashes": [ - "sha256:0010b2a654973ab7f8697a9bb69cc0bd92450a7d77dd65c858a717edfe2e40f6", - "sha256:82de714c06fcefbcf2f3854b81c51bf0c529ec902c6e927156ff47988aaeeb7a" + "sha256:4030b2cde8c8c7b58c657c27e5e4ec0edb7a0cab84e31b0fe752dddee2735d68", + "sha256:955c1dd244b6286d9e17dc525d1459a2a74a1c4e519f35006c72f184fbce0760" ], "markers": "python_version >= '3.7'", - "version": "==1.29.120" + "version": "==1.29.121" }, "certifi": { "hashes": [ @@ -388,11 +388,11 @@ }, "django": { "hashes": [ - "sha256:44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8", - "sha256:f2f431e75adc40039ace496ad3b9f17227022e8b11566f4b363da44c7e44761e" + "sha256:ad33ed68db9398f5dfb33282704925bce044bef4261cd4fb59e4e7f9ae505a78", + "sha256:c36e2ab12824e2ac36afa8b2515a70c53c7742f0d6eaefa7311ec379558db997" ], "index": "pypi", - "version": "==4.1.7" + "version": "==4.2" }, "django-braces": { "hashes": [ @@ -493,7 +493,7 @@ "sha256:0e2454645dc00517dee4c6de3863411a9c5f1955d013c5fefa29123dadc92f98", "sha256:66c4ece2adfe7cc120e2b6a6798a1fd5c777aecf82eec39bb95cef7cfc7ea2b3" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version < '4'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_full_version < '4.0.0'", "version": "==7.17.9" }, "elasticsearch-dsl": {