From 11f137b489c963c0b5195deb9698881dc3f34e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:24:12 +0000 Subject: [PATCH] Bump whitenoise from 5.3.0 to 6.8.2 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 5.3.0 to 6.8.2. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/v5.3.0...6.8.2) --- 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 eedb08b..d91315a 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ django-dotenv = "==1.4.2" "psycopg2-binary" = "==2.9.5" django-allauth = {version = "==64.2.1", extras=["socialaccount"]} gnupg = "==2.3.1" -whitenoise = "==5.3.0" +whitenoise = "==6.8.2" gunicorn = "==23.0.0" raven = "==6.4.0" django-timezone-field = "==4.2.3" diff --git a/Pipfile.lock b/Pipfile.lock index 68f8f96..835b899 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0e8591b580c905f31e85c3f528cee69cc9c7a38478599df06655b2428554b5ae" + "sha256": "5dd0d7a85eb25b27cdcbfc49204fe42abb2f36999da1045d4dd23ad1994bba68" }, "pipfile-spec": 6, "requires": { @@ -634,12 +634,12 @@ }, "whitenoise": { "hashes": [ - "sha256:d234b871b52271ae7ed6d9da47ffe857c76568f11dd30e28e18c5869dbd11e12", - "sha256:d963ef25639d1417e8a247be36e6aedd8c7c6f0a08adcb5a89146980a96b577c" + "sha256:486bd7267a375fa9650b136daaec156ac572971acc8bf99add90817a530dd1d4", + "sha256:df12dce147a043d1956d81d288c6f0044147c6d2ab9726e5772ac50fb45d2280" ], "index": "pypi", - "markers": "python_version >= '3.5' and python_version < '4'", - "version": "==5.3.0" + "markers": "python_version >= '3.9'", + "version": "==6.8.2" } }, "develop": {