Skip to content

Commit

Permalink
Bump to WhiteNoise 6.5.0 (#7747)
Browse files Browse the repository at this point in the history
Bump to WhiteNoise 6.5.0

Renewed testing on prototype did not reproduce the server error for one of the javascript bundle files.
  • Loading branch information
EvaBardou committed Jul 20, 2023
1 parent c1badfb commit 44b640f
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 208 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==20.1.0
whitenoise[brotli]==5.2.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
whitenoise[brotli]==6.5.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
Django==4.1.9
celery==5.3.1 # celery needed for data ingestion
cached-property==1.5.2 # needed for kombu with --require-hashes
Expand Down

0 comments on commit 44b640f

Please sign in to comment.