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] 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