From 3dbd3252d03f578d1086f2ed8f41fb21f98a8ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:41:52 +0000 Subject: [PATCH] chore(deps): Update ccxt requirement in /money-machine/src-python 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/v4.5.53...v4.5.56) --- updated-dependencies: - dependency-name: ccxt dependency-version: 4.5.56 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- money-machine/src-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/money-machine/src-python/requirements.txt b/money-machine/src-python/requirements.txt index 9e1f980..bfa0e19 100644 --- a/money-machine/src-python/requirements.txt +++ b/money-machine/src-python/requirements.txt @@ -1,6 +1,6 @@ # Money Machine - Python Trading Engine -ccxt>=4.5.53 +ccxt>=4.5.56 pandas>=2.0.0 numpy>=2.4.4 aiohttp>=3.9.0