From 1e5593dbec87443f8d989afbe644b3e55276603a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 19:13:26 +0000 Subject: [PATCH] Bump django from 3.2.17 to 3.2.18 Bumps [django](https://github.com/django/django) from 3.2.17 to 3.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.17...3.2.18) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index 5d94a2bf..e0f541c9 100644 --- a/Pipfile +++ b/Pipfile @@ -30,7 +30,7 @@ requests = "~=2.21" unidecode = "~=1.2" django-log-formatter-ecs = "==0.0.5" gunicorn = "*" -django = "==3.2.17" +django = "==3.2.18" elastic-apm = "==6.7.2" django-jsonfield = "==1.4" msal = "~=1.18.0" diff --git a/Pipfile.lock b/Pipfile.lock index f2c66528..c71a7a94 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "b655bfee21a4c62f338cac041680a72bf7f4a230fb4446ca2f2f58082f2178b2" + "sha256": "7ebc8f6f0ca113dddbf621516d27755d7eb7e04d6fbe98ca80a50ab0d8ca076a" }, "pipfile-spec": 6, "requires": { @@ -225,11 +225,11 @@ }, "django": { "hashes": [ - "sha256:59c39fc342b242fb42b6b040ad8b1b4c15df438706c1d970d416d63cdd73e7fd", - "sha256:644288341f06ebe4938eec6801b6bd59a6534a78e4aedde2a153075d11143894" + "sha256:08208dfe892eb64fff073ca743b3b952311104f939e7f6dae954fe72dcc533ba", + "sha256:4d492d9024c7b3dfababf49f94511ab6a58e2c9c3c7207786f1ba4eb77750706" ], "index": "pypi", - "version": "==3.2.17" + "version": "==3.2.18" }, "django-background-tasks": { "hashes": [ @@ -832,11 +832,11 @@ }, "django": { "hashes": [ - "sha256:59c39fc342b242fb42b6b040ad8b1b4c15df438706c1d970d416d63cdd73e7fd", - "sha256:644288341f06ebe4938eec6801b6bd59a6534a78e4aedde2a153075d11143894" + "sha256:08208dfe892eb64fff073ca743b3b952311104f939e7f6dae954fe72dcc533ba", + "sha256:4d492d9024c7b3dfababf49f94511ab6a58e2c9c3c7207786f1ba4eb77750706" ], "index": "pypi", - "version": "==3.2.17" + "version": "==3.2.18" }, "django-extensions": { "hashes": [ @@ -1279,7 +1279,7 @@ "sha256:9124b0fa5808660e2ae65a06049dfe248a7b7df73f8e9d48d0ad7f7c790690ad", "sha256:d9fa8da14813500f6f94752c2bf4a6cf33d13e9f2140947f7df0149f1537437b" ], - "markers": "python_version < '4.0' and python_full_version >= '3.6.2'", + "markers": "python_version < '4' and python_full_version >= '3.6.2'", "version": "==1.0.3" }, "setoptconf": {