From c19d6b4e291b3112946d4aa8ab7da82d662c3de0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 14:01:01 +0000 Subject: [PATCH] Bump pandas from 1.5.3 to 2.0.1 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.3 to 2.0.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.3...v2.0.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6eecfb630..7c646aec6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.24.3 -pandas==1.5.3 +pandas==2.0.1 pandas-ta==0.3.14b ccxt==3.0.75