Skip to content
Closed
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
Expand Up @@ -3,7 +3,7 @@ gunicorn==25.0.3
whitenoise[brotli]==6.11.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
Django==5.2.12
celery==5.6.2 # celery needed for data ingestion
simplejson==3.20.2 # import simplejson
simplejson==4.0.1 # import simplejson
newrelic==11.2.0
certifi==2026.1.4

Expand Down
Loading