From decd9246ce6d98d5e6c65ada148ca7933b3e70f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 15:27:08 +0000 Subject: [PATCH] Bump pandas from 1.5.0 to 1.5.1 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.0 to 1.5.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.5.0...v1.5.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... 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 ccb157fd..4435a1fc 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.5.0 +pandas==1.5.1 pyarrow==9.0.0 pyspark==3.2.1 python-dateutil==2.8.2