Bump whitenoise from 6.4.0 to 6.5.0

Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.4.0 to 6.5.0.
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](https://github.com/evansd/whitenoise/compare/6.4.0...6.5.0)

---
updated-dependencies:
- dependency-name: whitenoise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-20 14:14:23 +00:00 committed by GitHub
parent a9937fc88a
commit 6b4a6d6a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -5163,13 +5163,13 @@ watchdog = ["watchdog (>=2.3)"]
[[package]]
name = "whitenoise"
version = "6.4.0"
version = "6.5.0"
description = "Radically simplified static file serving for WSGI applications"
optional = false
python-versions = ">=3.7"
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.5.0-py3-none-any.whl", hash = "sha256:16468e9ad2189f09f4a8c635a9031cc9bb2cdbc8e5e53365407acf99f7ade9ec"},
{file = "whitenoise-6.5.0.tar.gz", hash = "sha256:15fe60546ac975b58e357ccaeb165a4ca2d0ab697e48450b8f0307ca368195a8"},
]
[package.extras]
@ -5460,4 +5460,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "db5ceae9b4407b1f6ca85c307ee7d9d6e49ead343cb88ee162ea3486243c0d6b"
content-hash = "6d873ed49c1ebe587dce7098d7f3400f2ef8e6a8bcbf08d6f3311024214fe2cc"

View File

@ -12,7 +12,7 @@ psutil = "^5.9.5"
python-slugify = "^7.0.0"
pillow = "^9.5.0"
argon2-cffi = "^21.3.0"
whitenoise = "^6.3.0"
whitenoise = "^6.5.0"
redis = "^4.4.0"
hiredis = "^2.2.3"
celery = {extras = ["redis"], version = "^5.3.1"}