Skip to content

Commit 2023268

Browse files
authored
Merge pull request freqtrade#13055 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.49
chore(deps): bump sqlalchemy from 2.0.48 to 2.0.49
2 parents 48b67f7 + 895a9f3 commit 2023268

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
@@ -26,7 +26,7 @@ repos:
2626
- types-tabulate==0.10.0.20260308
2727
- types-python-dateutil==2.9.0.20260402
2828
- scipy-stubs==1.17.1.3
29-
- SQLAlchemy==2.0.48
29+
- SQLAlchemy==2.0.49
3030
# stages: [push]
3131

3232
- repo: https://github.com/charliermarsh/ruff-pre-commit

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ technical==1.6.0
1010
ccxt==4.5.48
1111
cryptography==46.0.7
1212
aiohttp==3.13.5
13-
SQLAlchemy==2.0.48
13+
SQLAlchemy==2.0.49
1414
python-telegram-bot==22.7
1515
# can't be hard-pinned due to telegram-bot pinning httpx with ~
1616
httpx>=0.24.1

0 commit comments

Comments
 (0)