From dae4bff27e0b9f609b73f11292f7347e046cf5f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:12:59 +0000 Subject: [PATCH] Update google-cloud-dataproc requirement in /sdks/python Updates the requirements on [google-cloud-dataproc](https://github.com/googleapis/python-dataproc) to permit the latest version. - [Release notes](https://github.com/googleapis/python-dataproc/releases) - [Changelog](https://github.com/googleapis/python-dataproc/blob/v5.6.0/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-dataproc/compare/v3.0.0...v5.6.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 1b0b237593b4..a421af858771 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -300,7 +300,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.7.0', # IPython>=8 is not compatible with Python<=3.7 'ipython>=7,<8;python_version<="3.7"', 'ipython>=8,<9;python_version>"3.7"',