Skip to content

Commit

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

---
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 and Archaeopteryx committed Jul 4, 2024
1 parent 27dff0c commit b6761a0
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==22.0.0
whitenoise[brotli]==6.6.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
whitenoise[brotli]==6.7.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
Django==4.2.13
celery==5.4.0 # celery needed for data ingestion
cached-property==1.5.2 # 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 @@ -1561,9 +1561,9 @@ wcwidth==0.2.13 \
# via
# blessed
# prompt-toolkit
whitenoise[brotli]==6.6.0 \
--hash=sha256:8998f7370973447fac1e8ef6e8ded2c5209a7b1f67c1012866dbcd09681c3251 \
--hash=sha256:b1f9db9bf67dc183484d760b99f4080185633136a273a03f6436034a41064146
whitenoise[brotli]==6.7.0 \
--hash=sha256:58c7a6cd811e275a6c91af22e96e87da0b1109e9a53bb7464116ef4c963bf636 \
--hash=sha256:a1ae85e01fdc9815d12fa33f17765bc132ed2c54fa76daf9e39e879dd93566f6
# via -r requirements/common.in
yarl==1.9.4 \
--hash=sha256:008d3e808d03ef28542372d01057fd09168419cdc8f848efe2804f894ae03e51 \
Expand Down

0 comments on commit b6761a0

Please sign in to comment.