Skip to content

Commit 2836ec3

Browse files
authored
Merge pull request #150 from FEWS-NET/HEA-699/upgrade-dagster
Upgrade dagster==1.11.7 - see HEA-699
2 parents 24886d8 + bfb8b05 commit 2836ec3

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

requirements/base.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
77
Django==5.1.4
88
django-binary-database-files==1.0.18
99
django-environ==0.11.2
@@ -19,6 +19,8 @@ docutils
1919
factory-boy==3.2.1
2020
git+https://github.com/American-Institutes-for-Research/gdrivefs.git@e870c19e1d730635e3760e7ae21eebf9ddda765e
2121
googletrans-py==4.0.0
22+
# Required for rendering Dagster graphs in Jupyter notebooks
23+
graphviz==0.21
2224
gunicorn==23.0.0
2325
html5lib==1.1
2426
json-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
3032
numpy==1.26.4
3133
openpyxl==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
3539
psycopg2-binary==2.9.7

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ beautifulsoup4==4.12.2
33
coverage==7.2.7
44
# Pyrseas==0.10.0 raises "KeyError: ('public', 'spatial_ref_sys')", --schema/--exclude-schema don't fix it.
55
Pyrseas==0.9.1
6-
safety==3.0.1
6+
safety==3.6.0

0 commit comments

Comments
 (0)