Skip to content

Commit

Permalink
Merge pull request #236 from jan-janssen/dependabot/pip/sqlalchemy-2.…
Browse files Browse the repository at this point in the history
…0.29

Bump sqlalchemy from 2.0.28 to 2.0.29
  • Loading branch information
jan-janssen authored Mar 25, 2024
2 parents bdd85e1 + 3bc5582 commit b155cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
- pandas =2.2.1
- python
- scikit-learn =1.4.1.post1
- sqlalchemy =2.0.28
- sqlalchemy =2.0.29
- tqdm =4.66.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tqdm==4.66.2",
"pandas==2.2.1",
"scikit-learn==1.4.1.post1",
"sqlalchemy==2.0.28",
"sqlalchemy==2.0.29",
],
extras_require={
"webapp": ['gunicorn==21.2.0', "flask==3.0.2", "flask-login==0.6.3"],
Expand Down

0 comments on commit b155cb7

Please sign in to comment.