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 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
4
Django==5.1.9
5
- celery==5.5.2 # celery needed for data ingestion
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
8
8
newrelic==10.13.0
Original file line number Diff line number Diff line change @@ -237,9 +237,9 @@ cachy==0.3.0 \
237
237
--hash=sha256:186581f4ceb42a0bbe040c407da73c14092379b1e4c0e327fdb72ae4a9b269b1 \
238
238
--hash=sha256:338ca09c8860e76b275aff52374330efedc4d5a5e45dc1c5b539c1ead0786fe7
239
239
# via mozci
240
- celery==5.5.2 \
241
- --hash=sha256:4d6930f354f9d29295425d7a37261245c74a32807c45d764bedc286afd0e724e \
242
- --hash=sha256:54425a067afdc88b57cd8d94ed4af2ffaf13ab8c7680041ac2c4ac44357bdf4c
240
+ celery==5.5.3 \
241
+ --hash=sha256:0b5761a07057acee94694464ca482416b959568904c9dfa41ce8413a7d65d525 \
242
+ --hash=sha256:6c972ae7968c2b5281227f01c3a3f984037d21c5129d07bf3550cc2afc6b10a5
243
243
# via -r requirements/common.in
244
244
certifi==2025.4.26 \
245
245
--hash=sha256:0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6 \
You can’t perform that action at this time.
0 commit comments