From a7bb276b32f1b001438f40eae6ab95abf0921962 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 05:16:32 +0000 Subject: [PATCH] Bump pandas from 0.24.2 to 1.3.1 Bumps [pandas](https://github.com/pandas-dev/pandas) from 0.24.2 to 1.3.1. - [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/v0.24.2...v1.3.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fff0a0e..361f51d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ beautifulsoup4 opencv-python flake8==3.7.9 pycodestyle<2.6.0,>=2.5.0 -pandas==0.24.2 +pandas==1.3.1 urllib3==1.25.7 requests>=2.21.0 ipdb==0.12.2 diff --git a/setup.py b/setup.py index 2c9c463..e53eda0 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ 'opencv-python', 'flake8==3.7.9', 'pycodestyle<2.6.0,>=2.5.0', - 'pandas==0.24.2', + 'pandas==1.3.1', 'urllib3==1.25.7', 'requests>=2.21.0', 'ipdb==0.12.2',