From 1c6422697119f259a8dff4aceda4a85cf11995f9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 05:18:36 +0000 Subject: [PATCH] Bump pandas from 0.24.2 to 1.3.0 Bumps [pandas](https://github.com/pandas-dev/pandas) from 0.24.2 to 1.3.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/v0.24.2...v1.3.0) 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..31204f8 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.0 urllib3==1.25.7 requests>=2.21.0 ipdb==0.12.2 diff --git a/setup.py b/setup.py index 2c9c463..6e5b060 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.0', 'urllib3==1.25.7', 'requests>=2.21.0', 'ipdb==0.12.2',