Skip to content

Commit b081716

Browse files
authored
Merge pull request freqtrade#12075 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.42
chore(deps): bump sqlalchemy from 2.0.41 to 2.0.42
2 parents 79fc809 + e1af43b commit b081716

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.20250708
3434
- scipy-stubs==1.16.0.2
35-
- SQLAlchemy==2.0.41
35+
- SQLAlchemy==2.0.42
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.2
1010
ccxt==4.4.98
1111
cryptography==45.0.5
1212
aiohttp==3.12.15
13-
SQLAlchemy==2.0.41
13+
SQLAlchemy==2.0.42
1414
python-telegram-bot==22.3
1515
# can't be hard-pinned due to telegram-bot pinning httpx with ~
1616
httpx>=0.24.1

0 commit comments

Comments
 (0)