From 1fecbf66ca04dfcc88f14e0719fc9b6e41ef3f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 22:26:12 +0000 Subject: [PATCH] Bump pandas from 1.4.1 to 1.5.0 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.4.1 to 1.5.0. - [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.4.1...v1.5.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa39ba1..7fb8ab6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.22.2 -pandas==1.4.1 +pandas==1.5.0 python-dateutil==2.8.2 pytz==2021.3 six==1.16.0