Skip to content

Commit f4da8ed

Browse files
authored
Merge pull request freqtrade#12376 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.44
chore(deps): bump sqlalchemy from 2.0.43 to 2.0.44
2 parents f1824f6 + 2e5000a commit f4da8ed

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.20251008
3434
- scipy-stubs==1.16.2.0
35-
- SQLAlchemy==2.0.43
35+
- SQLAlchemy==2.0.44
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
@@ -10,7 +10,7 @@ technical==1.5.3
1010
ccxt==4.5.10
1111
cryptography==46.0.2
1212
aiohttp==3.12.15
13-
SQLAlchemy==2.0.43
13+
SQLAlchemy==2.0.44
1414
python-telegram-bot==22.5
1515
# can't be hard-pinned due to telegram-bot pinning httpx with ~
1616
httpx>=0.24.1

0 commit comments

Comments
 (0)