From 5ff90c08a0f3e948c1de79b8be6adebaa508a1a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 07:19:29 +0000 Subject: [PATCH] chore(deps): Update pandas requirement in /money-machine/src-python Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.0.0...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 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 c0be0b4..756b046 100644 --- a/money-machine/src-python/requirements.txt +++ b/money-machine/src-python/requirements.txt @@ -1,7 +1,7 @@ # Money Machine - Python Trading Engine ccxt>=4.5.53 -pandas>=2.0.0 +pandas>=3.0.3 numpy>=2.4.4 aiohttp>=3.9.0 google-generativeai>=0.3.0