From 9ef524485ca937ce9a1dc4829d4f484c23ba7fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 08:32:56 +0000 Subject: [PATCH] chore(deps): Update ccxt requirement from >=4.0 to >=4.5.56 Updates the requirements on [ccxt](https://github.com/ccxt/ccxt) to permit the latest version. - [Release notes](https://github.com/ccxt/ccxt/releases) - [Commits](https://github.com/ccxt/ccxt/compare/4.0.3...v4.5.56) --- updated-dependencies: - dependency-name: ccxt dependency-version: 4.5.56 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 178e38ac..4c0f1543 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "websockets>=12.0", "typer[all]>=0.9", "rich>=13.0", - "ccxt>=4.0", + "ccxt>=4.5.56", ] [project.urls] @@ -59,7 +59,7 @@ dev = [ ] all = [ "mcp>=1.0", - "ccxt>=4.0", + "ccxt>=4.5.56", ] [tool.setuptools.packages.find]