Skip to content

Commit 2e482fb

Browse files
authored
Merge pull request freqtrade#11227 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.37
chore(deps): bump sqlalchemy from 2.0.36 to 2.0.37
2 parents 35f914a + 6addab2 commit 2e482fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
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.36
22+
- SQLAlchemy==2.0.37
2323
# stages: [push]
2424

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

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ccxt==4.4.47
88
cryptography==42.0.8; platform_machine == 'armv7l'
99
cryptography==44.0.0; platform_machine != 'armv7l'
1010
aiohttp==3.10.11
11-
SQLAlchemy==2.0.36
11+
SQLAlchemy==2.0.37
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)