Skip to content

Commit

Permalink
Merge pull request freqtrade#11227 from freqtrade/dependabot/pip/deve…
Browse files Browse the repository at this point in the history
…lop/sqlalchemy-2.0.37

chore(deps): bump sqlalchemy from 2.0.36 to 2.0.37
  • Loading branch information
xmatthias authored Jan 13, 2025
2 parents 35f914a + 6addab2 commit 2e482fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- types-requests==2.32.0.20241016
- types-tabulate==0.9.0.20241207
- types-python-dateutil==2.9.0.20241206
- SQLAlchemy==2.0.36
- SQLAlchemy==2.0.37
# stages: [push]

- repo: https://github.com/pycqa/isort
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ccxt==4.4.47
cryptography==42.0.8; platform_machine == 'armv7l'
cryptography==44.0.0; platform_machine != 'armv7l'
aiohttp==3.10.11
SQLAlchemy==2.0.36
SQLAlchemy==2.0.37
python-telegram-bot==21.10
# can't be hard-pinned due to telegram-bot pinning httpx with ~
httpx>=0.24.1
Expand Down

0 comments on commit 2e482fb

Please sign in to comment.