From b07d69278c85f74b02b07d440066d5fe0bd8d1ba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 12:16:27 +0000 Subject: [PATCH] Bump pandas from 0.25.3 to 1.1.4 Bumps [pandas](https://github.com/pandas-dev/pandas) from 0.25.3 to 1.1.4. - [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.25.3...v1.1.4) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4836630..1e15b82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ mock==3.0.5 # via pytest-shutil more-itertools==8.1.0 # via pytest numpy==1.18.1 packaging==20.1 # via pytest -pandas==0.25.3 +pandas==1.1.4 pluggy==0.13.1 # via pytest py==1.8.1 # via pytest path.py==12.0.2 # via pytest-shutil