From 948a84ce2b5b0a045a2ce8e5d45cb787e3936c75 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 4 Oct 2022 15:32:42 +0200 Subject: [PATCH 1/4] chore(deps): update dependency google-cloud-dataproc to v5.0.2 (#488) --- samples/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 8a39da83..50d2bdbe 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -5,4 +5,4 @@ google-auth==2.12.0 google-auth-httplib2==0.1.0 google-cloud==0.34.0 google-cloud-storage==2.5.0 -google-cloud-dataproc==5.0.1 +google-cloud-dataproc==5.0.2 From 9747affafc6c1b6006329682bdc8eaec523abdca Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 6 Oct 2022 15:40:16 +0200 Subject: [PATCH 2/4] chore(deps): update dependency backoff to v2.2.1 (#489) --- samples/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 50d2bdbe..a5c953b4 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,5 +1,5 @@ -backoff==2.1.2 +backoff==2.2.1 grpcio==1.49.1 google-auth==2.12.0 google-auth-httplib2==0.1.0 From 5142ab00edc95716d04cdba0ba07c660986f8561 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 7 Oct 2022 16:45:06 -0400 Subject: [PATCH 3/4] fix(deps): allow protobuf 3.19.5 (#490) * fix(deps): allow protobuf 3.19.5 * explicitly exclude protobuf 4.21.0 --- setup.py | 2 +- testing/constraints-3.7.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d3291051..48ef2051 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ dependencies = [ "google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*", "proto-plus >= 1.22.0, <2.0.0dev", - "protobuf >= 3.20.2, <5.0.0dev", + "protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", ] extras = {"libcst": "libcst >= 0.2.5"} diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index eb58105b..12b4d142 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -8,4 +8,4 @@ google-api-core==1.32.0 libcst==0.2.5 proto-plus==1.22.0 -protobuf==3.20.2 +protobuf==3.19.5 From a9b0933ac4dba2d162428f4c8b2f00242237b81b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 11:03:47 -0700 Subject: [PATCH 4/4] chore(main): release 5.0.3 (#491) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fdfdeb7..fd0699a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-dataproc/#history +## [5.0.3](https://github.com/googleapis/python-dataproc/compare/v5.0.2...v5.0.3) (2022-10-07) + + +### Bug Fixes + +* **deps:** Allow protobuf 3.19.5 ([#490](https://github.com/googleapis/python-dataproc/issues/490)) ([5142ab0](https://github.com/googleapis/python-dataproc/commit/5142ab00edc95716d04cdba0ba07c660986f8561)) + ## [5.0.2](https://github.com/googleapis/python-dataproc/compare/v5.0.1...v5.0.2) (2022-10-03) diff --git a/setup.py b/setup.py index 48ef2051..38af9291 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-dataproc" description = "Google Cloud Dataproc API client library" -version = "5.0.2" +version = "5.0.3" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'