From d4d6ed85b0ff36956726a02ee4c87064421a8dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:55:52 +0000 Subject: [PATCH] deps(backend): update pandas requirement in /backend 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.2.0...v3.0.1) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements-ci.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-ci.txt b/backend/requirements-ci.txt index 21b5eb6..6eeae77 100644 --- a/backend/requirements-ci.txt +++ b/backend/requirements-ci.txt @@ -24,7 +24,7 @@ websockets==12.0 ccxt>=4.5.4 # Data processing -pandas>=2.2.0,<3.0 +pandas>=2.2.0,<4.0 numpy>=2.0,<3.0 pydantic==2.6.1 diff --git a/backend/requirements.txt b/backend/requirements.txt index 46120a3..310346b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -21,7 +21,7 @@ websockets>=11.0,<13.0 ccxt>=4.5.4 # Data processing -pandas>=2.2.0,<3.0 +pandas>=2.2.0,<4.0 numpy>=2.0,<3.0 pydantic==2.6.1