diff --git a/poetry.lock b/poetry.lock index f2e6565..345398c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1455,13 +1455,13 @@ files = [ [[package]] name = "whitenoise" -version = "6.5.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.5.0-py3-none-any.whl", hash = "sha256:16468e9ad2189f09f4a8c635a9031cc9bb2cdbc8e5e53365407acf99f7ade9ec"}, - {file = "whitenoise-6.5.0.tar.gz", hash = "sha256:15fe60546ac975b58e357ccaeb165a4ca2d0ab697e48450b8f0307ca368195a8"}, + {file = "whitenoise-6.6.0-py3-none-any.whl", hash = "sha256:b1f9db9bf67dc183484d760b99f4080185633136a273a03f6436034a41064146"}, + {file = "whitenoise-6.6.0.tar.gz", hash = "sha256:8998f7370973447fac1e8ef6e8ded2c5209a7b1f67c1012866dbcd09681c3251"}, ] [package.extras] @@ -1490,4 +1490,4 @@ testing = ["Pillow (>=9.1.0,<11.0.0)", "Wand (>=0.6,<1.0)", "black (==22.3.0)", [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "47c70741742c15119569be5efb13c2baaad4ab7a2afb5fbb14f129ef6fcdd4be" +content-hash = "80c223f4e9db3c39b8da496a4188c6aab100a8d1a7309a6074745daa663e95a1" diff --git a/pyproject.toml b/pyproject.toml index 8f04261..8bc6f38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ wagtailmedia = "^0.14.4" wagtail-markdown = "^0.11" wagtail-factories = "^4.1.0" wagtail-storages = "^1.0.0" -whitenoise = "^6.5.0" +whitenoise = "^6.6.0" [tool.poetry.dev-dependencies] black = "^23"