Skip to content

Commit 512a70c

Browse files
dependabot[bot]Archaeopteryx
authored andcommitted
Bump whitenoise[brotli] from 6.8.1 to 6.8.2
Bumps [whitenoise[brotli]](https://github.com/evansd/whitenoise) from 6.8.1 to 6.8.2. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@6.8.1...6.8.2) --- updated-dependencies: - dependency-name: whitenoise[brotli] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f2eff74 commit 512a70c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/common.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Packages that are shared between deployment and dev environments.
22
gunicorn==23.0.0
3-
whitenoise[brotli]==6.8.1 # Used by Whitenoise to provide Brotli-compressed versions of static files.
3+
whitenoise[brotli]==6.8.2 # Used by Whitenoise to provide Brotli-compressed versions of static files.
44
Django==5.1.3
55
celery==5.4.0 # celery needed for data ingestion
66
cached-property==2.0.1 # needed for kombu with --require-hashes

requirements/common.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,9 +1573,9 @@ wcwidth==0.2.13 \
15731573
# via
15741574
# blessed
15751575
# prompt-toolkit
1576-
whitenoise[brotli]==6.8.1 \
1577-
--hash=sha256:11042f39f1dcfbb3814726b9364703af6901706582d988e96494cfefdc3a89e2 \
1578-
--hash=sha256:196ba04ca0a80f4a3f99f88381864f218a28b5fb5b44d29feea484d501fa0ba3
1576+
whitenoise[brotli]==6.8.2 \
1577+
--hash=sha256:486bd7267a375fa9650b136daaec156ac572971acc8bf99add90817a530dd1d4 \
1578+
--hash=sha256:df12dce147a043d1956d81d288c6f0044147c6d2ab9726e5772ac50fb45d2280
15791579
# via -r requirements/common.in
15801580
yarl==1.9.4 \
15811581
--hash=sha256:008d3e808d03ef28542372d01057fd09168419cdc8f848efe2804f894ae03e51 \

0 commit comments

Comments
 (0)