Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ repos:
- types-requests==2.32.4.20260107
- types-tabulate==0.9.0.20241207
- types-python-dateutil==2.9.0.20260124
- scipy-stubs==1.17.0.1
- SQLAlchemy==2.0.45
- scipy-stubs==1.17.0.2
- SQLAlchemy==2.0.46
# stages: [push]

- repo: https://github.com/pycqa/isort
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ time-machine==3.2.0
nbconvert==7.16.6

# mypy types
scipy-stubs==1.17.0.1 # keep in sync with `scipy` in `requirements-hyperopt.txt`
scipy-stubs==1.17.0.2 # keep in sync with `scipy` in `requirements-hyperopt.txt`
types-cachetools==6.2.0.20251022
types-filelock==3.2.7
types-requests==2.32.4.20260107
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ technical==1.5.4
ccxt==4.5.35
cryptography==46.0.3
aiohttp==3.13.3
SQLAlchemy==2.0.45
SQLAlchemy==2.0.46
python-telegram-bot==22.6
# can't be hard-pinned due to telegram-bot pinning httpx with ~
httpx>=0.24.1
Expand Down
Loading