diff --git a/requirements/common.in b/requirements/common.in index 5b1851d801c..17a16c896b3 100644 --- a/requirements/common.in +++ b/requirements/common.in @@ -1,6 +1,6 @@ # Packages that are shared between deployment and dev environments. gunicorn==23.0.0 -whitenoise[brotli]==6.8.1 # Used by Whitenoise to provide Brotli-compressed versions of static files. +whitenoise[brotli]==6.8.2 # Used by Whitenoise to provide Brotli-compressed versions of static files. Django==5.1.3 celery==5.4.0 # celery needed for data ingestion cached-property==2.0.1 # needed for kombu with --require-hashes diff --git a/requirements/common.txt b/requirements/common.txt index 6a6779205fd..1aa1907ea3f 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1573,9 +1573,9 @@ wcwidth==0.2.13 \ # via # blessed # prompt-toolkit -whitenoise[brotli]==6.8.1 \ - --hash=sha256:11042f39f1dcfbb3814726b9364703af6901706582d988e96494cfefdc3a89e2 \ - --hash=sha256:196ba04ca0a80f4a3f99f88381864f218a28b5fb5b44d29feea484d501fa0ba3 +whitenoise[brotli]==6.8.2 \ + --hash=sha256:486bd7267a375fa9650b136daaec156ac572971acc8bf99add90817a530dd1d4 \ + --hash=sha256:df12dce147a043d1956d81d288c6f0044147c6d2ab9726e5772ac50fb45d2280 # via -r requirements/common.in yarl==1.9.4 \ --hash=sha256:008d3e808d03ef28542372d01057fd09168419cdc8f848efe2804f894ae03e51 \