From b0d8542b118893b4a2a14cde53271871ace99fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 23:58:39 +0000 Subject: [PATCH] Bump pandas from 1.2.1 to 1.2.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.2.1 to 1.2.3. - [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.2.1...v1.2.3) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 09969e94..6dd3a060 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ gpflow==2.1.4 python-dateutil==2.8.1 networkx==2.5 matplotlib==3.3.4 -pandas==1.2.1 +pandas==1.2.3 matminer==0.6.4 autologging awscli==1.19.3 diff --git a/setup.py b/setup.py index aacb6e7e..5d42482f 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "networkx==2.5", "matplotlib==3.3.4", "qmpy", # This version is constrained by the source - "pandas==1.2.1", + "pandas==1.2.3", "matminer==0.6.4", "autologging", "awscli==1.19.3",