From 2214b0fc8828340377f7331d0f3c1420e93bde7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 17:12:23 +0000 Subject: [PATCH] Update pandas requirement in /sdks/python Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [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.3...v1.5.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 61858fa5d978a..b8eb90a585e2b 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -350,7 +350,7 @@ def get_portability_package_data(): # This can be removed once dill is updated to version > 0.3.5.1 # Issue: https://github.com/apache/beam/issues/23566 'dataframe': ['pandas>=1.0,<1.5;python_version<"3.10"', - 'pandas>=1.4.3,<1.5;python_version>="3.10"'], + 'pandas>=1.4.3,<1.6;python_version>="3.10"'], 'dask': [ 'dask >= 2022.6', 'distributed >= 2022.6',