diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d45841a28..a9a38e7d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -537,12 +537,12 @@ jobs: - name: Publish to PyPI (Test) - uses: pypa/gh-action-pypi-publish@v1.10.1 + uses: pypa/gh-action-pypi-publish@v1.10.2 with: repository-url: https://test.pypi.org/legacy/ - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@v1.10.1 + uses: pypa/gh-action-pypi-publish@v1.10.2 deploy-docker: diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index a354b3fc0..5831c54fd 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,6 +1,6 @@ markdown==3.7 mkdocs==1.6.1 -mkdocs-material==9.5.34 +mkdocs-material==9.5.36 mdx_truly_sane_lists==1.3 pymdown-extensions==10.9 jinja2==3.1.4 diff --git a/requirements-dev.txt b/requirements-dev.txt index 9c685f12f..0036f6b68 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ -r docs/requirements-docs.txt coveralls==4.0.1 -ruff==0.6.5 +ruff==0.6.7 mypy==1.11.2 pre-commit==3.8.0 pytest==8.3.3 diff --git a/requirements-hyperopt.txt b/requirements-hyperopt.txt index a8e8b557c..41afe6d58 100644 --- a/requirements-hyperopt.txt +++ b/requirements-hyperopt.txt @@ -6,4 +6,4 @@ scipy==1.14.1; python_version >= "3.10" scipy==1.13.1; python_version < "3.10" scikit-learn==1.5.2 ft-scikit-optimize==0.9.2 -filelock==3.16.0 +filelock==3.16.1 diff --git a/requirements.txt b/requirements.txt index 3d488fd79..869f350f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.26.4 -pandas==2.2.2 +pandas==2.2.3 bottleneck==1.4.0 numexpr==2.10.1 pandas-ta==0.3.14b @@ -9,7 +9,7 @@ cryptography==42.0.8; platform_machine == 'armv7l' cryptography==43.0.1; platform_machine != 'armv7l' aiohttp==3.10.5 SQLAlchemy==2.0.35 -python-telegram-bot==21.5 +python-telegram-bot==21.6 # can't be hard-pinned due to telegram-bot pinning httpx with ~ httpx>=0.24.1 humanize==4.10.0 @@ -42,7 +42,7 @@ sdnotify==0.3.2 # API Server fastapi==0.114.2 -pydantic==2.9.1 +pydantic==2.9.2 uvicorn==0.30.6 pyjwt==2.9.0 aiofiles==24.1.0 @@ -59,7 +59,7 @@ pytz==2024.2 schedule==1.2.2 #WS Messages -websockets==13.0.1 +websockets==13.1 janus==1.0.0 ast-comments==1.2.2