From 574744348abd2cd990222ee649c27c787e61f2e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 06:16:30 +0000 Subject: [PATCH 1/2] Bump pandas from 2.0.3 to 2.1.0 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e709d562f..6ea06b587 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==1.25.2; python_version > '3.8' numpy==1.24.3; python_version <= '3.8' -pandas==2.0.3 +pandas==2.1.0 pandas-ta==0.3.14b ccxt==4.0.81 From 1ea626fb5b09e96c3060849efadef7297da240f7 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 4 Sep 2023 19:57:10 +0200 Subject: [PATCH 2/2] Pin pandas for <3.9 versions to old version --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ea06b587..8a2ddd6fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ numpy==1.25.2; python_version > '3.8' numpy==1.24.3; python_version <= '3.8' -pandas==2.1.0 +pandas==2.1.0; python_version > '3.8' +pandas==2.0.3; python_version <= '3.8' pandas-ta==0.3.14b ccxt==4.0.81