diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78c8ac160..5d36ce602 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: 'v0.11.0' + rev: 'v0.11.2' hooks: - id: ruff - id: ruff-format @@ -70,6 +70,6 @@ repos: # Ensure github actions remain safe - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.5.1 + rev: v1.5.2 hooks: - id: zizmor diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 1b019c5a2..c1c90d274 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.6.8 +mkdocs-material==9.6.9 mdx_truly_sane_lists==1.3 pymdown-extensions==10.14.3 jinja2==3.1.6 diff --git a/requirements-dev.txt b/requirements-dev.txt index df9196d82..aaa58632f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,9 +7,9 @@ -r docs/requirements-docs.txt coveralls==4.0.1 -ruff==0.11.0 +ruff==0.11.2 mypy==1.15.0 -pre-commit==4.1.0 +pre-commit==4.2.0 pytest==8.3.5 pytest-asyncio==0.25.3 pytest-cov==6.0.0 diff --git a/requirements-plot.txt b/requirements-plot.txt index 16a162600..f3d27df41 100644 --- a/requirements-plot.txt +++ b/requirements-plot.txt @@ -1,4 +1,4 @@ # Include all requirements to run the bot. -r requirements.txt -plotly==6.0.0 +plotly==6.0.1 diff --git a/requirements.txt b/requirements.txt index bb411d095..928954c21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ bottleneck==1.4.2 numexpr==2.10.2 pandas-ta==0.3.14b -ccxt==4.4.68 +ccxt==4.4.69 cryptography==44.0.2 aiohttp==3.9.5 SQLAlchemy==2.0.39 @@ -37,7 +37,7 @@ orjson==3.10.15 sdnotify==0.3.2 # API Server -fastapi==0.115.11 +fastapi==0.115.12 pydantic==2.10.6 uvicorn==0.34.0 pyjwt==2.10.1