diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index f974cc284..052dd9e5e 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -2,5 +2,5 @@ markdown==3.4.4 mkdocs==1.5.2 mkdocs-material==9.2.5 mdx_truly_sane_lists==1.3 -pymdown-extensions==10.1 +pymdown-extensions==10.3 jinja2==3.1.2 diff --git a/requirements-dev.txt b/requirements-dev.txt index 5012952fc..4ee9d6912 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,9 +7,9 @@ -r docs/requirements-docs.txt coveralls==3.3.1 -ruff==0.0.286 +ruff==0.0.287 mypy==1.5.1 -pre-commit==3.3.3 +pre-commit==3.4.0 pytest==7.4.0 pytest-asyncio==0.21.1 pytest-cov==4.1.0 @@ -20,7 +20,7 @@ isort==5.12.0 time-machine==2.12.0 # Convert jupyter notebooks to markdown documents -nbconvert==7.7.4 +nbconvert==7.8.0 # mypy types types-cachetools==5.3.0.6 diff --git a/requirements-hyperopt.txt b/requirements-hyperopt.txt index 80b62e2f3..e5a0b21cc 100644 --- a/requirements-hyperopt.txt +++ b/requirements-hyperopt.txt @@ -6,4 +6,4 @@ scipy==1.11.2; python_version >= '3.9' scipy==1.10.1; python_version < '3.9' scikit-learn==1.1.3 scikit-optimize==0.9.0 -filelock==3.12.2 +filelock==3.12.3 diff --git a/requirements.txt b/requirements.txt index 8b61423fb..e709d562f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,12 +3,12 @@ numpy==1.24.3; python_version <= '3.8' pandas==2.0.3 pandas-ta==0.3.14b -ccxt==4.0.76 +ccxt==4.0.81 cryptography==41.0.3; platform_machine != 'armv7l' cryptography==40.0.1; platform_machine == 'armv7l' aiohttp==3.8.5 SQLAlchemy==2.0.20 -python-telegram-bot==20.4 +python-telegram-bot==20.5 # can't be hard-pinned due to telegram-bot pinning httpx with ~ httpx>=0.24.1 arrow==1.2.3 @@ -39,7 +39,7 @@ orjson==3.9.5 sdnotify==0.3.2 # API Server -fastapi==0.103.0 +fastapi==0.103.1 pydantic==2.3.0 uvicorn==0.23.2 pyjwt==2.8.0