File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Packages that are shared between deployment and dev environments.
2
2
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.
4
4
Django==5.1.6
5
5
celery==5.4.0 # celery needed for data ingestion
6
6
cached-property==2.0.1 # needed for kombu with --require-hashes
Original file line number Diff line number Diff line change @@ -1577,9 +1577,9 @@ wcwidth==0.2.13 \
1577
1577
# via
1578
1578
# blessed
1579
1579
# 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
1583
1583
# via -r requirements/common.in
1584
1584
yarl==1.9.4 \
1585
1585
--hash=sha256:008d3e808d03ef28542372d01057fd09168419cdc8f848efe2804f894ae03e51 \
You can’t perform that action at this time.
0 commit comments