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
3
whitenoise[brotli]==6.9.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
4
- Django==5.1.10
4
+ Django==5.1.11
5
5
celery==5.5.3 # celery needed for data ingestion
6
6
cached-property==2.0.1 # needed for kombu with --require-hashes
7
7
simplejson==3.20.1 # import simplejson
Original file line number Diff line number Diff line change @@ -379,9 +379,9 @@ distlib==0.3.9 \
379
379
--hash=sha256:47f8c22fd27c27e25a65601af709b38e4f0a45ea4fc2e710f65755fa8caaaf87 \
380
380
--hash=sha256:a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403
381
381
# via virtualenv
382
- django==5.1.10 \
383
- --hash=sha256:19c9b771e9cf4de91101861aadd2daaa159bcf10698ca909c5755c88e70ccb84 \
384
- --hash=sha256:73e5d191421d177803dbd5495d94bc7d06d156df9561f4eea9e11b4994c07137
382
+ django==5.1.11 \
383
+ --hash=sha256:3bcdbd40e4d4623b5e04f59c28834323f3086df583058e65ebce99f9982385ce \
384
+ --hash=sha256:e48091f364007068728aca938e7450fbfe3f2217079bfd2b8af45122585acf64
385
385
# via
386
386
# -r requirements/common.in
387
387
# django-cors-headers
You can’t perform that action at this time.
0 commit comments