From 26fd70ce4bf7e304ff2ee710971425bf4155d68f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:03:15 +0000 Subject: [PATCH 1/5] chore(deps): bump ccxt from 4.5.36 to 4.5.38 Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.5.36 to 4.5.38. - [Release notes](https://github.com/ccxt/ccxt/releases) - [Commits](https://github.com/ccxt/ccxt/compare/v4.5.36...v4.5.38) --- updated-dependencies: - dependency-name: ccxt dependency-version: 4.5.38 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 759bc351cdf..051f832560c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ ft-pandas-ta==0.3.16 ta-lib==0.6.8 technical==1.5.4 -ccxt==4.5.36 +ccxt==4.5.38 cryptography==46.0.5 aiohttp==3.13.3 SQLAlchemy==2.0.46 From b3b3b1d1349e1e28f6b333ebcc78421aa7116d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:03:28 +0000 Subject: [PATCH 2/5] chore(deps): bump orjson from 3.11.6 to 3.11.7 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.6 to 3.11.7. - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.11.6...3.11.7) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.7 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 759bc351cdf..0fca70aa41d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pyarrow==23.0.0; platform_machine != 'armv7l' # Load ticker files 30% faster python-rapidjson==1.23 # Properly format api responses -orjson==3.11.6 +orjson==3.11.7 # Notify systemd sdnotify==0.3.2 From 8f9754dd54055c037a8095494a61a392f2dc3839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:03:35 +0000 Subject: [PATCH 3/5] chore(deps): bump tqdm from 4.67.2 to 4.67.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.2 to 4.67.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.2...v4.67.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.67.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-freqai-rl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-freqai-rl.txt b/requirements-freqai-rl.txt index d1a40473cd9..e2aef02aed2 100644 --- a/requirements-freqai-rl.txt +++ b/requirements-freqai-rl.txt @@ -8,4 +8,4 @@ gymnasium==1.2.3 stable_baselines3==2.7.1; sys_platform != 'darwin' or platform_machine != 'x86_64' sb3_contrib>=2.2.1; sys_platform != 'darwin' or platform_machine != 'x86_64' # Progress bar for stable-baselines3 and sb3-contrib -tqdm==4.67.2 +tqdm==4.67.3 From a5c392e176f8ef347972554dcc18cdccf7ed7742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:03:50 +0000 Subject: [PATCH 4/5] chore(deps): bump fastapi from 0.128.0 to 0.128.5 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.128.0 to 0.128.5. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.128.0...0.128.5) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.5 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 759bc351cdf..cf9803a2b79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ orjson==3.11.6 sdnotify==0.3.2 # API Server -fastapi==0.128.0 +fastapi==0.128.5 pydantic==2.12.5 uvicorn==0.40.0 pyjwt==2.11.0 From 1ffc2e47a10abf2cb3d27671414c224689ce64d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:03:57 +0000 Subject: [PATCH 5/5] chore(deps): bump astral-sh/setup-uv from 7.2.0 to 7.3.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/61cb8a9741eeb8a550a1b8544337180c0fc8476b...eac588ad8def6316056a12d4907a9d4d84ff7a3b) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/binance-lev-tier-update.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/binance-lev-tier-update.yml b/.github/workflows/binance-lev-tier-update.yml index e35361e157b..6d4ecc01c96 100644 --- a/.github/workflows/binance-lev-tier-update.yml +++ b/.github/workflows/binance-lev-tier-update.yml @@ -29,7 +29,7 @@ jobs: python-version: "3.14" - name: Install uv - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 with: activate-environment: true enable-cache: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7079e5094e..2e425a218b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 with: activate-environment: true enable-cache: true @@ -251,7 +251,7 @@ jobs: python-version: "3.12" - name: Install uv - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 with: activate-environment: true enable-cache: true