Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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==25.0.3
whitenoise[brotli]==6.11.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
whitenoise[brotli]==6.12.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
Django==5.1.15
celery==5.6.2 # 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 @@ -2547,9 +2547,9 @@ wcwidth==0.2.13 \
# blessed
# prettytable
# prompt-toolkit
whitenoise[brotli]==6.11.0 \
--hash=sha256:0f5bfce6061ae6611cd9396a8231e088722e4fc67bc13a111be74c738d99375f \
--hash=sha256:b2aeb45950597236f53b5342b3121c5de69c8da0109362aee506ce88e022d258
whitenoise[brotli]==6.12.0 \
--hash=sha256:f723ebb76a112e98816ff80fcea0a6c9b8ecde835f8ddda25df7a30a3c2db6ad \
--hash=sha256:fc5e8c572e33ebf24795b47b6a7da8da3c00cff2349f5b04c02f28d0cc5a3cc2
# via -r requirements/common.in
yarl==1.20.1 \
--hash=sha256:03aa1e041727cb438ca762628109ef1333498b122e4c76dd858d186a37cec845 \
Expand Down