File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11# Do not pip freeze into this file. Add only the packages you need so pip can align dependencies.
2- dagster==1.6.8
3- dagster_aws==0.22.8
4- dagster-pipes==1.6.8
5- dagster-postgres==0.22.8
6- dagster-webserver==1.6.8
2+ dagster==1.11.7
3+ dagster_aws==0.27.7
4+ dagster-pipes==1.11.7
5+ dagster-postgres==0.27.7
6+ dagster-webserver==1.11.7
77Django==5.1.4
88django-binary-database-files==1.0.18
99django-environ==0.11.2
@@ -19,6 +19,8 @@ docutils
1919factory-boy==3.2.1
2020git+https://github.com/American-Institutes-for-Research/gdrivefs.git@e870c19e1d730635e3760e7ae21eebf9ddda765e
2121googletrans-py==4.0.0
22+ # Required for rendering Dagster graphs in Jupyter notebooks
23+ graphviz==0.21
2224gunicorn==23.0.0
2325html5lib==1.1
2426json-logging-py==0.2
@@ -29,7 +31,9 @@ git+https://github.com/nolze/msoffcrypto-tool.git@0f320cbe042b94cfc9087cd0cb693d
2931# Make sure that same version of numpy is specified here and in docker/app/Dockerfile
3032numpy==1.26.4
3133openpyxl==3.1.2
32- pandas==2.2.0
34+ pandas==2.3.2
35+ # Required for rendering Dagster asset status in Jupyter notebooks
36+ plotly==6.3.0
3337# Upgrade to psycopg>=3 once ddtrace supports it.
3438# See https://github.com/DataDog/dd-trace-py/issues/4393
3539psycopg2-binary==2.9.7
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ beautifulsoup4==4.12.2
33coverage==7.2.7
44# Pyrseas==0.10.0 raises "KeyError: ('public', 'spatial_ref_sys')", --schema/--exclude-schema don't fix it.
55Pyrseas==0.9.1
6- safety==3.0.1
6+ safety==3.6.0
You can’t perform that action at this time.
0 commit comments