From dd84b8a176cde937e41730bf7afd848fdb475ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:28:34 +0000 Subject: [PATCH 1/9] chore(deps-dev): bump mypy from 2.3.0 to 2.3.1 Bumps [mypy](https://github.com/python/mypy) from 2.3.0 to 2.3.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a44219f9617..8435761e420 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ -r docs/requirements-docs.txt ruff==0.16.2 -mypy==2.3.0 +mypy==2.3.1 pre-commit==4.6.2 pytest==9.1.1 pytest-asyncio==1.4.0 From 1ef4b202e10b0912270962add6efbec69aee767b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:28:41 +0000 Subject: [PATCH 2/9] chore(deps): bump sqlalchemy from 2.0.51 to 2.0.52 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.51 to 2.0.52. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.52 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c07f649c2a..c20085b1887 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ technical==1.7.0 ccxt==4.5.74 cryptography==50.0.0 aiohttp==3.14.3 -SQLAlchemy==2.0.51 +SQLAlchemy==2.0.52 python-telegram-bot==22.8 # can't be hard-pinned due to telegram-bot pinning httpx with ~ httpx>=0.24.1 From 2b54bc438245b4e13ef7e16599f60d8919a08506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:28:51 +0000 Subject: [PATCH 3/9] chore(deps): bump uvicorn from 0.52.1 to 0.52.3 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.52.1 to 0.52.3. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.52.1...0.52.3) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c07f649c2a..06cfb02bb5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ sdnotify==0.3.2 # API Server fastapi==0.141.1 pydantic==2.13.4 -uvicorn==0.52.1 +uvicorn==0.52.3 pyjwt==2.13.0 aiofiles==25.1.0 psutil==7.2.2 From 30ae2c1fa3f6c838c104ff51104c21ceeec37f69 Mon Sep 17 00:00:00 2001 From: Freqtrade Bot <154552126+freqtrade-bot@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:29:05 +0000 Subject: [PATCH 4/9] chore(deps): Apply pre-commit types update --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ba2a4769ee..8b6578c4a27 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.20260807 - scipy-stubs==1.17.1.5 - - SQLAlchemy==2.0.51 + - SQLAlchemy==2.0.52 # stages: [push] - repo: https://github.com/charliermarsh/ruff-pre-commit From 7ae57e11c7643cdb34d941643454a24f5a363f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:29:15 +0000 Subject: [PATCH 5/9] chore(deps): bump ccxt from 4.5.74 to 4.5.75 Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.5.74 to 4.5.75. - [Release notes](https://github.com/ccxt/ccxt/releases) - [Commits](https://github.com/ccxt/ccxt/compare/v4.5.74...v4.5.75) --- updated-dependencies: - dependency-name: ccxt dependency-version: 4.5.75 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c07f649c2a..9c6f748d688 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ ft-pandas-ta==0.3.16 ta-lib==0.7.1 technical==1.7.0 -ccxt==4.5.74 +ccxt==4.5.75 cryptography==50.0.0 aiohttp==3.14.3 SQLAlchemy==2.0.51 From cfa58f8edab0dc92310c2ee7a52b80e01e128b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:29:19 +0000 Subject: [PATCH 6/9] chore(deps): bump filelock from 3.32.2 to 3.32.3 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.32.2 to 3.32.3. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.32.2...3.32.3) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.32.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-hyperopt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-hyperopt.txt b/requirements-hyperopt.txt index 64b9bf092f5..16201005054 100644 --- a/requirements-hyperopt.txt +++ b/requirements-hyperopt.txt @@ -3,6 +3,6 @@ # Required for hyperopt scikit-learn==1.9.0 -filelock==3.32.2 +filelock==3.32.3 optuna==4.9.0 cmaes==0.13.0 From 4c7af70960cc7265bac33ca78f6d3825d96f001d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:03:32 +0000 Subject: [PATCH 7/9] chore(deps): bump docker/setup-buildx-action in the docker group Bumps the docker group with 1 update: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `docker/setup-buildx-action` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/bb05f3f5519dd87d3ba754cc423b652a5edd6d2c...37fe631027851001ddb9b187196cc803df7f5f0e) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 534ab555f69..a1f3e2e26ea 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -71,7 +71,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c #v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e #v4.3.0 - name: Available platforms run: echo ${PLATFORMS} From 78841fa48487ebf52bd102d66d7becca900dca19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:03:49 +0000 Subject: [PATCH 8/9] chore(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.1 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 9.0.0 to 10.0.1. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/c771a70e6277c0a99b617c7a806ffedaca235ff9...20cfd1bf945f4377ade1205e4dbc17946fc9a30d) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/binance-lev-tier-update.yml | 2 +- .github/workflows/ci.yml | 10 +++++----- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/pre-commit-types-update.yml | 2 +- .github/workflows/pre-commit-update.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/binance-lev-tier-update.yml b/.github/workflows/binance-lev-tier-update.yml index 6de884d4f01..ed73925b761 100644 --- a/.github/workflows/binance-lev-tier-update.yml +++ b/.github/workflows/binance-lev-tier-update.yml @@ -25,7 +25,7 @@ jobs: persist-credentials: false - name: Install uv and Python 🐍 - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: activate-environment: true enable-cache: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9db75d0df49..65357b9d25d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: persist-credentials: false - name: Install uv and Python 🐍 - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: activate-environment: true enable-cache: true # zizmor: ignore[cache-poisoning] - this job is not used for release builds @@ -194,7 +194,7 @@ jobs: persist-credentials: false - name: Install uv and Python 🐍 - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: activate-environment: true python-version: "3.13" @@ -233,7 +233,7 @@ jobs: ./tests/test_docs.sh - name: Install uv and Python 🐍 - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: activate-environment: true python-version: "3.13" @@ -266,7 +266,7 @@ jobs: persist-credentials: false - name: Install uv and Python 🐍 - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: activate-environment: true enable-cache: true # zizmor: ignore[cache-poisoning] - this job is not used for release builds @@ -334,7 +334,7 @@ jobs: persist-credentials: false - name: Install uv and Python 🐍 - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: activate-environment: true python-version: "${{ matrix.python-version }}" diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 56656d792c6..aad2acf6ed0 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: true - name: Install uv and Python 🐍 - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: activate-environment: true python-version: '3.13' diff --git a/.github/workflows/pre-commit-types-update.yml b/.github/workflows/pre-commit-types-update.yml index 2477eae95ba..61d8a11086d 100644 --- a/.github/workflows/pre-commit-types-update.yml +++ b/.github/workflows/pre-commit-types-update.yml @@ -32,7 +32,7 @@ jobs: ref: ${{ github.head_ref || github.ref }} - name: Install uv and Python 🐍 - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: activate-environment: true python-version: "3.13" diff --git a/.github/workflows/pre-commit-update.yml b/.github/workflows/pre-commit-update.yml index 8728ec78b83..a126ffe3ed0 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - name: Install uv and Python 🐍 - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: activate-environment: true python-version: "3.13" From 70dfd76d9fb3e107149378269fa897c5eb230c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:37:31 +0000 Subject: [PATCH 9/9] chore(deps-dev): bump ruff from 0.16.2 to 0.16.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.2 to 0.16.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.2...0.16.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8435761e420..f460aec157e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ -r requirements-freqai-rl.txt -r docs/requirements-docs.txt -ruff==0.16.2 +ruff==0.16.3 mypy==2.3.1 pre-commit==4.6.2 pytest==9.1.1