Skip to content

Commit

Permalink
Merge pull request #667 from tulibraries/update-airflow-and-deps
Browse files Browse the repository at this point in the history
Update airflow and dependencies
  • Loading branch information
sensei100 authored May 13, 2024
2 parents 1c0011f + 32cf40a commit 9da18bc
Show file tree
Hide file tree
Showing 3 changed files with 357 additions and 268 deletions.
16 changes: 8 additions & 8 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ pylint = "*"
nose = "*"
httpretty = "*"
moto = "==5.0.6"
requests-mock = "==1.11.0"
requests-mock = "==1.12.1"

[packages]
apache-airflow = "==2.9.1"
apache-airflow-providers-amazon = "==8.18.0"
apache-airflow-providers-slack = "==8.6.1"
apache-airflow-providers-sftp = "==4.9.0"
apache-airflow-providers-amazon = "==8.20.0"
apache-airflow-providers-slack = "==8.6.2"
apache-airflow-providers-sftp = "==4.9.1"
apache-airflow-providers-ssh = "==3.10.1"
cryptography = "==41.0.7"
flask-openid = "==1.3.0"
flask-session = "==0.5.0"
flask-sqlalchemy = "==2.5.1"
lxml = "==5.1.0"
marshmallow = "==3.20.2"
numpy = "==1.24.4"
lxml = "==5.2.1"
marshmallow = "==3.21.2"
numpy = "==1.26.4"
pandas = "==2.1.4"
pexpect = "==4.9.0"
requests = "==2.31.0"
setuptools = "*"
sickle = ">=0.7.0"
sqlalchemy = "==1.4.51"
sqlalchemy = "==1.4.52"
werkzeug = "==2.2.3"
wheel = "*"
wtforms = "==3.1.2"
Expand Down
Loading

0 comments on commit 9da18bc

Please sign in to comment.