File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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.1 # Used by Whitenoise to provide Brotli-compressed versions of static files.
3
+ whitenoise[brotli]==6.8.2 # Used by Whitenoise to provide Brotli-compressed versions of static files.
4
4
Django==5.1.3
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 @@ -1573,9 +1573,9 @@ wcwidth==0.2.13 \
1573
1573
# via
1574
1574
# blessed
1575
1575
# prompt-toolkit
1576
- whitenoise[brotli]==6.8.1 \
1577
- --hash=sha256:11042f39f1dcfbb3814726b9364703af6901706582d988e96494cfefdc3a89e2 \
1578
- --hash=sha256:196ba04ca0a80f4a3f99f88381864f218a28b5fb5b44d29feea484d501fa0ba3
1576
+ whitenoise[brotli]==6.8.2 \
1577
+ --hash=sha256:486bd7267a375fa9650b136daaec156ac572971acc8bf99add90817a530dd1d4 \
1578
+ --hash=sha256:df12dce147a043d1956d81d288c6f0044147c6d2ab9726e5772ac50fb45d2280
1579
1579
# via -r requirements/common.in
1580
1580
yarl==1.9.4 \
1581
1581
--hash=sha256:008d3e808d03ef28542372d01057fd09168419cdc8f848efe2804f894ae03e51 \
You can’t perform that action at this time.
0 commit comments