From e0a8ab2368d83797d2246af1f9b4fa80788d74dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Dec 2020 07:28:19 +0900 Subject: [PATCH] Bump pandas from 1.1.5 to 1.2.0 (#449) Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.1.5 to 1.2.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Changelog](https://github.com/pandas-dev/pandas/blob/master/RELEASE.md) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.1.5...v1.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b66011e4..c8aa78ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy == 1.19.4 scipy == 1.5.4 -pandas == 1.1.5 +pandas == 1.2.0 matplotlib == 3.3.3 cvxpy == 1.1.7