From 73f91eab15530e0d04058194d285843367defeee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 03:03:06 +0000 Subject: [PATCH 1/2] chore(deps): bump ccxt from 4.5.16 to 4.5.17 Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.5.16 to 4.5.17. - [Release notes](https://github.com/ccxt/ccxt/releases) - [Changelog](https://github.com/ccxt/ccxt/blob/master/exchanges.cfg) - [Commits](https://github.com/ccxt/ccxt/compare/v4.5.16...v4.5.17) --- updated-dependencies: - dependency-name: ccxt dependency-version: 4.5.17 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 4f5e26edc..96209ff94 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.3 -ccxt==4.5.16 +ccxt==4.5.17 # for fast ECDSA signatures/verification coincurve==21.0.0 cryptography==46.0.3 From 9fa9f0860ca14a4bae0db2a9f1c20f9bf3ccf32f Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 10 Nov 2025 06:43:05 +0100 Subject: [PATCH 2/2] chore: remove coincurve - ccxt depends directly on it --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 96209ff94..dfeaecc80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,8 +8,6 @@ ta-lib==0.6.8 technical==1.5.3 ccxt==4.5.17 -# for fast ECDSA signatures/verification -coincurve==21.0.0 cryptography==46.0.3 aiohttp==3.13.2 SQLAlchemy==2.0.44