diff --git a/poetry.lock b/poetry.lock index 79237047..d040cb93 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1193,13 +1193,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "whitenoise" -version = "6.8.1" +version = "6.8.2" description = "Radically simplified static file serving for WSGI applications" optional = false python-versions = ">=3.9" files = [ - {file = "whitenoise-6.8.1-py3-none-any.whl", hash = "sha256:196ba04ca0a80f4a3f99f88381864f218a28b5fb5b44d29feea484d501fa0ba3"}, - {file = "whitenoise-6.8.1.tar.gz", hash = "sha256:11042f39f1dcfbb3814726b9364703af6901706582d988e96494cfefdc3a89e2"}, + {file = "whitenoise-6.8.2-py3-none-any.whl", hash = "sha256:df12dce147a043d1956d81d288c6f0044147c6d2ab9726e5772ac50fb45d2280"}, + {file = "whitenoise-6.8.2.tar.gz", hash = "sha256:486bd7267a375fa9650b136daaec156ac572971acc8bf99add90817a530dd1d4"}, ] [package.extras] @@ -1208,4 +1208,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c13fbbbdafe088b19d968270db31e9c825430ebdcb61a799af01fcd673a62ea1" +content-hash = "e76f0e17a8874be4b21f637690d15188f7c33f9ab128ba0ba3511004f8452bf2" diff --git a/pyproject.toml b/pyproject.toml index 0a9e9f50..37e1a0e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ typing-extensions = "^4.12.2" Unidecode = "^1.3.8" uritemplate = "^4.1.1" urllib3 = "^2.2.2" -whitenoise = "^6.8.1" +whitenoise = "^6.8.2" Django = "^5.1" mozilla-django-oidc = "^4.0.1" Authlib = "^1.3.2"