Skip to content

Commit

Permalink
Bump whitenoise[brotli] from 6.7.0 to 6.8.1
Browse files Browse the repository at this point in the history
Bumps [whitenoise[brotli]](https://github.com/evansd/whitenoise) from 6.7.0 to 6.8.1.
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](evansd/whitenoise@6.7.0...6.8.1)

---
updated-dependencies:
- dependency-name: whitenoise[brotli]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 29b928c commit 48fcc20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/common.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Packages that are shared between deployment and dev environments.
gunicorn==23.0.0
whitenoise[brotli]==6.7.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
whitenoise[brotli]==6.8.1 # Used by Whitenoise to provide Brotli-compressed versions of static files.
Django==5.1.2
celery==5.4.0 # celery needed for data ingestion
cached-property==2.0.1 # needed for kombu with --require-hashes
Expand Down
6 changes: 3 additions & 3 deletions requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1573,9 +1573,9 @@ wcwidth==0.2.13 \
# via
# blessed
# prompt-toolkit
whitenoise[brotli]==6.7.0 \
--hash=sha256:58c7a6cd811e275a6c91af22e96e87da0b1109e9a53bb7464116ef4c963bf636 \
--hash=sha256:a1ae85e01fdc9815d12fa33f17765bc132ed2c54fa76daf9e39e879dd93566f6
whitenoise[brotli]==6.8.1 \
--hash=sha256:11042f39f1dcfbb3814726b9364703af6901706582d988e96494cfefdc3a89e2 \
--hash=sha256:196ba04ca0a80f4a3f99f88381864f218a28b5fb5b44d29feea484d501fa0ba3
# via -r requirements/common.in
yarl==1.9.4 \
--hash=sha256:008d3e808d03ef28542372d01057fd09168419cdc8f848efe2804f894ae03e51 \
Expand Down

0 comments on commit 48fcc20

Please sign in to comment.