Skip to content

Commit 61cbe0c

Browse files
authored
Merge pull request freqtrade#12133 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.43
chore(deps): bump sqlalchemy from 2.0.42 to 2.0.43
2 parents 5510e13 + 4ab6fba commit 61cbe0c

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
@@ -32,7 +32,7 @@ repos:
3232
- types-tabulate==0.9.0.20241207
3333
- types-python-dateutil==2.9.0.20250809
3434
- scipy-stubs==1.16.1.0
35-
- SQLAlchemy==2.0.42
35+
- SQLAlchemy==2.0.43
3636
# stages: [push]
3737

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ technical==1.5.2
1212
ccxt==4.5.0
1313
cryptography==45.0.6
1414
aiohttp==3.12.15
15-
SQLAlchemy==2.0.42
15+
SQLAlchemy==2.0.43
1616
python-telegram-bot==22.3
1717
# can't be hard-pinned due to telegram-bot pinning httpx with ~
1818
httpx>=0.24.1

0 commit comments

Comments
 (0)