diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67299d1cc..c45365b98 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - types-tabulate==0.10.0.20260508 - types-python-dateutil==2.9.0.20260518 - scipy-stubs==1.17.1.4 - - SQLAlchemy==2.0.49 + - SQLAlchemy==2.0.50 # stages: [push] - repo: https://github.com/charliermarsh/ruff-pre-commit diff --git a/requirements.txt b/requirements.txt index 884e55c6f..fd361f789 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ technical==1.6.0 ccxt==4.5.56 cryptography==48.0.0 aiohttp==3.13.5 -SQLAlchemy==2.0.49 +SQLAlchemy==2.0.50 python-telegram-bot==22.7 # can't be hard-pinned due to telegram-bot pinning httpx with ~ httpx>=0.24.1