Skip to content

Commit

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

Bump sqlalchemy from 2.0.32 to 2.0.34
  • Loading branch information
jan-janssen authored Sep 5, 2024
2 parents a3c5fa4 + b8c451f commit bbccc05
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.2
- python
- scikit-learn =1.5.1
- sqlalchemy =2.0.32
- sqlalchemy =2.0.34
- tqdm =4.66.5
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.5",
"pandas==2.2.2",
"scikit-learn==1.5.1",
"sqlalchemy==2.0.32",
"sqlalchemy==2.0.34",
],
extras_require={
"webapp": ['gunicorn==23.0.0', "flask==3.0.3", "flask-login==0.6.3"],
Expand Down

0 comments on commit bbccc05

Please sign in to comment.