diff --git a/poetry.lock b/poetry.lock index 2335acd9..10a42bab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1481,13 +1481,13 @@ files = [ [[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] @@ -1525,4 +1525,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "032ad6235aa17c4b7fc12cf91a32e0387545d875f13dfc4358db7f93b48a9e78" +content-hash = "7b1f101169ffab269c93bd5186937fb6ff33da646446690d18f2b790e2219249" diff --git a/pyproject.toml b/pyproject.toml index 309e3117..d35b6eff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ wagtailmedia = "^0.13.0" wagtail-markdown = "^0.10" wagtail-factories = "^4.0.0" wagtail-storages = "^1.0.0rc1" -whitenoise = "^6.4.0" +whitenoise = "^6.5.0" [tool.poetry.dev-dependencies] black = "^23"