diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a15c53dc2..1f6594e6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,10 +15,10 @@ repos: additional_dependencies: - types-cachetools==5.3.0.5 - types-filelock==3.2.7 - - types-requests==2.28.11.16 + - types-requests==2.28.11.17 - types-tabulate==0.9.0.1 - types-python-dateutil==2.8.19.11 - - SQLAlchemy==2.0.7 + - SQLAlchemy==2.0.8 # stages: [push] - repo: https://github.com/pycqa/isort diff --git a/requirements-dev.txt b/requirements-dev.txt index 95b1d2558..eec8f81b6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ -r docs/requirements-docs.txt coveralls==3.3.1 -ruff==0.0.259 +ruff==0.0.260 mypy==1.1.1 pre-commit==3.2.1 pytest==7.2.2 @@ -27,6 +27,6 @@ nbconvert==7.2.10 # mypy types types-cachetools==5.3.0.5 types-filelock==3.2.7 -types-requests==2.28.11.16 +types-requests==2.28.11.17 types-tabulate==0.9.0.1 types-python-dateutil==2.8.19.11 diff --git a/requirements-plot.txt b/requirements-plot.txt index ad7bade95..d87219c42 100644 --- a/requirements-plot.txt +++ b/requirements-plot.txt @@ -1,4 +1,4 @@ # Include all requirements to run the bot. -r requirements.txt -plotly==5.13.1 +plotly==5.14.0 diff --git a/requirements.txt b/requirements.txt index 9129f0c2b..34c7da0fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pandas-ta==0.3.14b ccxt==3.0.50 cryptography==40.0.1 aiohttp==3.8.4 -SQLAlchemy==2.0.7 +SQLAlchemy==2.0.8 python-telegram-bot==13.15 arrow==1.2.3 cachetools==4.2.2 @@ -28,7 +28,7 @@ py_find_1st==1.1.5 # Load ticker files 30% faster python-rapidjson==1.10 # Properly format api responses -orjson==3.8.8 +orjson==3.8.9 # Notify systemd sdnotify==0.3.2