diff --git a/poetry.lock b/poetry.lock index 9df90c60..f134935e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 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 = "amqp" @@ -3653,17 +3653,17 @@ watchdog = ["watchdog (>=2.3)"] [[package]] name = "whitenoise" -version = "6.6.0" +version = "6.7.0" description = "Radically simplified static file serving for WSGI applications" optional = false python-versions = ">=3.8" files = [ - {file = "whitenoise-6.6.0-py3-none-any.whl", hash = "sha256:b1f9db9bf67dc183484d760b99f4080185633136a273a03f6436034a41064146"}, - {file = "whitenoise-6.6.0.tar.gz", hash = "sha256:8998f7370973447fac1e8ef6e8ded2c5209a7b1f67c1012866dbcd09681c3251"}, + {file = "whitenoise-6.7.0-py3-none-any.whl", hash = "sha256:a1ae85e01fdc9815d12fa33f17765bc132ed2c54fa76daf9e39e879dd93566f6"}, + {file = "whitenoise-6.7.0.tar.gz", hash = "sha256:58c7a6cd811e275a6c91af22e96e87da0b1109e9a53bb7464116ef4c963bf636"}, ] [package.extras] -brotli = ["Brotli"] +brotli = ["brotli"] [[package]] name = "wrapt" @@ -3752,4 +3752,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "2702962280b6fd714af8704fdf177cd7ffabc4743954c8aef2d5ad163cc03536" +content-hash = "44e48fe5ddc7a842a3dce33103b246cf9a2b30020d68d10c015731e9eb39578d" diff --git a/pyproject.toml b/pyproject.toml index 18750f7f..d255313c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,7 +141,7 @@ sentry-sdk = "1.31.0" django-storages = {version = "1.14.2", extras = ["s3"]} django-anymail = "10.1" dj-database-url = "^2.1.0" -whitenoise = "^6.6.0" +whitenoise = "^6.7.0" django-prometheus = "^2.3.1" django-opensearch-dsl = "^0.6.2" elasticsearch = "6.8.2"