From 6c48a63dcf24d1d5b3af99d61dcb76ab31215b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 02:35:05 +0000 Subject: [PATCH] Update google-cloud-dataproc requirement in /sdks/python Updates the requirements on [google-cloud-dataproc](https://github.com/googleapis/google-cloud-python) to permit the latest version. - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-cloud-kms-v3.0.0...google-cloud-dataproc-v5.13.0) --- updated-dependencies: - dependency-name: google-cloud-dataproc 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..b4e4e59f710e5 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -319,7 +319,7 @@ def get_portability_package_data(): ], 'interactive': [ 'facets-overview>=1.0.0,<2', - 'google-cloud-dataproc>=3.0.0,<3.2.0', + 'google-cloud-dataproc>=3.0.0,<5.14.0', # IPython>=8 is not compatible with Python<=3.7 'ipython>=7,<8;python_version<="3.7"', 'ipython>=8,<9;python_version>"3.7"',