From ad61d7bd0219f4cc2061a7f1cfaac0d3f0383879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 09:22:41 +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.54) --- updated-dependencies: - dependency-name: ccxt dependency-version: 4.5.54 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..a2ffee8 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.54 pandas>=2.0.0 numpy>=2.4.4 aiohttp>=3.9.0