From 02850361b7d991c716ccb391f00e231c7ade8bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:16:18 +0000 Subject: [PATCH] Bump pandas from 1.4.4 to 1.5.0 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.4.4 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.4...v1.5.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 8ed38ae5..f18e968e 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -3,7 +3,7 @@ flake8==5.0.4 ipython==8.5.0 numpy==1.23.3 chispa==0.9.2 -pandas==1.4.4 +pandas==1.5.0 pyarrow==9.0.0 pyspark==3.2.1 python-dateutil==2.8.2