From 039e0c80b85848cce736f4607eafd0c82d821ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:37:07 +0000 Subject: [PATCH] Bump whitenoise from 6.4.0 to 6.6.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.4.0 to 6.6.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.4.0...6.6.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index af045d38..df17d266 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "asgiref" @@ -1616,13 +1616,13 @@ files = [ [[package]] name = "whitenoise" -version = "6.4.0" +version = "6.6.0" description = "Radically simplified static file serving for WSGI applications" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "whitenoise-6.4.0-py3-none-any.whl", hash = "sha256:599dc6ca57e48929dfeffb2e8e187879bfe2aed0d49ca419577005b7f2cc930b"}, - {file = "whitenoise-6.4.0.tar.gz", hash = "sha256:a02d6660ad161ff17e3042653c8e3f5ecbb2a2481a006bde125b9efb9a30113a"}, + {file = "whitenoise-6.6.0-py3-none-any.whl", hash = "sha256:b1f9db9bf67dc183484d760b99f4080185633136a273a03f6436034a41064146"}, + {file = "whitenoise-6.6.0.tar.gz", hash = "sha256:8998f7370973447fac1e8ef6e8ded2c5209a7b1f67c1012866dbcd09681c3251"}, ] [package.extras] @@ -1631,4 +1631,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "~3.11.1" -content-hash = "86336da8a289b086d188cafd4b1f6ff399f770630caf386cced460d5edb48d42" +content-hash = "39e74cb6a17a57aab7eb4102edcc5fd7d66a021e58aec8b1d06e7f0308319393" diff --git a/pyproject.toml b/pyproject.toml index 5d8c4936..b6956440 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pillow = "^9.5.0" click = "^8.1.7" gunicorn = "^20.1.0" sentry-sdk = "^1.21.1" -whitenoise = "^6.4.0" +whitenoise = "^6.6.0" isodate = "^0.6.1" django-store-kit = "^0.1.2" urllib3 = "^2.0.7"