Skip to content

Commit 5219daa

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: requirements/common.in

+1-1
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.2 # Used by Whitenoise to provide Brotli-compressed versions of static files.
3+
whitenoise[brotli]==6.9.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
44
Django==5.1.6
55
celery==5.4.0 # celery needed for data ingestion
66
cached-property==2.0.1 # needed for kombu with --require-hashes

Diff for: requirements/common.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1577,9 +1577,9 @@ wcwidth==0.2.13 \
15771577
# via
15781578
# blessed
15791579
# prompt-toolkit
1580-
whitenoise[brotli]==6.8.2 \
1581-
--hash=sha256:486bd7267a375fa9650b136daaec156ac572971acc8bf99add90817a530dd1d4 \
1582-
--hash=sha256:df12dce147a043d1956d81d288c6f0044147c6d2ab9726e5772ac50fb45d2280
1580+
whitenoise[brotli]==6.9.0 \
1581+
--hash=sha256:8c4a7c9d384694990c26f3047e118c691557481d624f069b7f7752a2f735d609 \
1582+
--hash=sha256:c8a489049b7ee9889617bb4c274a153f3d979e8f51d2efd0f5b403caf41c57df
15831583
# via -r requirements/common.in
15841584
yarl==1.9.4 \
15851585
--hash=sha256:008d3e808d03ef28542372d01057fd09168419cdc8f848efe2804f894ae03e51 \

0 commit comments

Comments
 (0)