Skip to content
Open
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
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
gunicorn==23.0.0

Django==4.2.23
whitenoise==6.9.0
Django==4.2.25
whitenoise==6.11.0

django-cron==0.6.0 #deprecated

django-watchman==1.3.0
django-su==1.0.0
django-mysql==4.17.0
django-mysql==4.19.0
# The alternative to this is redis, but we don't use redis yet
django-constance[database]==4.3.2
django-webpack-loader==3.2.1

django-csp==4.0
django-import-export==4.3.9
django-import-export==4.3.10
django-admin-rangefilter==0.13.3
# Django/Python fontawesome library supporting CSS in UI
fontawesomefree==6.6.0

# graphql
graphene-django==3.2.3
graphql-core-promise==3.4.2
django-filter==25.1
django-filter==25.2

# object-level permissions
rules==3.5

# These should be okay to update minors
numpy==2.2.5
pandas==2.3.1
numpy==2.3.3
pandas==2.3.3
pangres==4.2.1

SQLAlchemy==2.0.42
SQLAlchemy==2.0.43
mysqlclient==2.2.7
google-cloud-bigquery[pandas, bqstorage]==3.35.1
google-cloud-bigquery[pandas, bqstorage]==3.38.0

debugpy==1.8.16
jsonschema==4.25.0
debugpy==1.8.17
jsonschema==4.25.1
pinax-eventlog==5.1.1 #no updates
setuptools<81 # remove when pinax-eventlog is replaced (uses outdated setuptools)
pycryptodome==3.23.0
Expand Down