From a3391fde644388f7e271c198520a40009e1f6c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:59:05 +0000 Subject: [PATCH] Bump whitenoise from 5.3.0 to 6.7.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 5.3.0 to 6.7.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/v5.3.0...6.7.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index a3652cd..3a3ae64 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ django-dotenv = "==1.4.2" "psycopg2-binary" = "==2.9.5" django-allauth = "==0.50.0" gnupg = "==2.3.1" -whitenoise = "==5.3.0" +whitenoise = "==6.7.0" gunicorn = "==20.1.0" raven = "==6.4.0" django-timezone-field = "==4.2.3" diff --git a/Pipfile.lock b/Pipfile.lock index e794f8a..b12247c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "be2848ad185bc4c5246173b5991cc5095e944a6346c8f724dc300b228135438b" + "sha256": "b4be9b6f25ad1ec2151efb3edce063a8aba071347a6042cc2e7d0fcb992f1977" }, "pipfile-spec": 6, "requires": { @@ -626,12 +626,12 @@ }, "whitenoise": { "hashes": [ - "sha256:d234b871b52271ae7ed6d9da47ffe857c76568f11dd30e28e18c5869dbd11e12", - "sha256:d963ef25639d1417e8a247be36e6aedd8c7c6f0a08adcb5a89146980a96b577c" + "sha256:58c7a6cd811e275a6c91af22e96e87da0b1109e9a53bb7464116ef4c963bf636", + "sha256:a1ae85e01fdc9815d12fa33f17765bc132ed2c54fa76daf9e39e879dd93566f6" ], "index": "pypi", - "markers": "python_version >= '3.5' and python_version < '4'", - "version": "==5.3.0" + "markers": "python_version >= '3.8'", + "version": "==6.7.0" } }, "develop": {