From 6c672cd8bda7c1dbd1c02e4f3931e2cca1bf2fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 04:16:28 +0000 Subject: [PATCH] Bump pandas from 1.3.4 to 1.4.1 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.3.4 to 1.4.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.3.4...v1.4.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edfa546..18da483 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ setup( 'requests==2.26.0', 'matplotlib==3.5.0', 'bokeh==2.4.1', - 'pandas==1.3.4', + 'pandas==1.4.1', 'flydenity==0.1.6', 'gunicorn==20.1.0' ],