From 32930a269e3b846d9c17ae698532143cf5e1cc62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 09:36:05 +0000 Subject: [PATCH] Bump pandas from 1.4.4 to 1.5.0 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.4.4 to 1.5.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.4.4...v1.5.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 b1880452c..d1a12254c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.23.3 -pandas==1.4.4 +pandas==1.5.0 pandas-ta==0.3.14b ccxt==1.93.98