Skip to content

Commit 57f55d4

Browse files
authored
Merge pull request freqtrade#11357 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.38
chore(deps): bump sqlalchemy from 2.0.37 to 2.0.38
2 parents f918a66 + d795af5 commit 57f55d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- types-requests==2.32.0.20241016
2020
- types-tabulate==0.9.0.20241207
2121
- types-python-dateutil==2.9.0.20241206
22-
- SQLAlchemy==2.0.37
22+
- SQLAlchemy==2.0.38
2323
# stages: [push]
2424

2525
- repo: https://github.com/pycqa/isort

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ccxt==4.4.52
88
cryptography==42.0.8; platform_machine == 'armv7l'
99
cryptography==44.0.0; platform_machine != 'armv7l'
1010
aiohttp==3.9.5
11-
SQLAlchemy==2.0.37
11+
SQLAlchemy==2.0.38
1212
python-telegram-bot==21.10
1313
# can't be hard-pinned due to telegram-bot pinning httpx with ~
1414
httpx>=0.24.1

0 commit comments

Comments
 (0)