From 746098413eb8db9211f5c392e6265ae4323023d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 16:45: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/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-dataproc/compare/v3.0.0...v5.0.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 a743ff3210de..7f17b016f9c3 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -285,7 +285,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.1.0', # IPython>=8 is not compatible with Python<=3.7 'ipython>=7,<8;python_version<="3.7"', 'ipython>=8,<9;python_version>"3.7"',