Skip to content

Commit 555f653

Browse files
authored
Merge pull request freqtrade#12906 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.47
chore(deps): bump sqlalchemy from 2.0.46 to 2.0.47
2 parents 052e6f7 + 8ef5f54 commit 555f653

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.20260124
3434
- scipy-stubs==1.17.1.0
35-
- SQLAlchemy==2.0.46
35+
- SQLAlchemy==2.0.47
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.4
1010
ccxt==4.5.42
1111
cryptography==46.0.5
1212
aiohttp==3.13.3
13-
SQLAlchemy==2.0.46
13+
SQLAlchemy==2.0.47
1414
python-telegram-bot==22.6
1515
# can't be hard-pinned due to telegram-bot pinning httpx with ~
1616
httpx>=0.24.1

0 commit comments

Comments
 (0)