Skip to content

Commit c268f20

Browse files
authored
Merge pull request freqtrade#11776 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.41
chore(deps): bump sqlalchemy from 2.0.40 to 2.0.41
2 parents 837d006 + 83c92f3 commit c268f20

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
@@ -31,7 +31,7 @@ repos:
3131
- types-requests==2.32.0.20250515
3232
- types-tabulate==0.9.0.20241207
3333
- types-python-dateutil==2.9.0.20250516
34-
- SQLAlchemy==2.0.40
34+
- SQLAlchemy==2.0.41
3535
# stages: [push]
3636

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pandas-ta==0.3.14b
77
ccxt==4.4.82
88
cryptography==45.0.2
99
aiohttp==3.9.5
10-
SQLAlchemy==2.0.40
10+
SQLAlchemy==2.0.41
1111
python-telegram-bot==22.1
1212
# can't be hard-pinned due to telegram-bot pinning httpx with ~
1313
httpx>=0.24.1

0 commit comments

Comments
 (0)