From 87c2147a1d67fde546a7b52b7e1ced361d6b4b6a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 4 Oct 2022 15:34:00 +0200 Subject: [PATCH 1/4] chore(deps): update dependency google-cloud-iot to v2.6.3 (#394) --- samples/api-client/accesstoken_example/requirements.txt | 2 +- samples/api-client/manager/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/api-client/accesstoken_example/requirements.txt b/samples/api-client/accesstoken_example/requirements.txt index 82d3a1c1..07c901e4 100644 --- a/samples/api-client/accesstoken_example/requirements.txt +++ b/samples/api-client/accesstoken_example/requirements.txt @@ -3,7 +3,7 @@ flaky==3.7.0 google-api-python-client==2.63.0 google-auth-httplib2==0.1.0 google-auth==2.12.0 -google-cloud-iot==2.6.2 +google-cloud-iot==2.6.3 google-cloud-pubsub==2.13.7 google-cloud-storage==2.5.0 paho-mqtt==1.6.1 diff --git a/samples/api-client/manager/requirements.txt b/samples/api-client/manager/requirements.txt index 6e9759e9..c39b8eef 100644 --- a/samples/api-client/manager/requirements.txt +++ b/samples/api-client/manager/requirements.txt @@ -3,7 +3,7 @@ flaky==3.7.0 google-api-python-client==2.63.0 google-auth-httplib2==0.1.0 google-auth==2.12.0 -google-cloud-iot==2.6.2 +google-cloud-iot==2.6.3 google-cloud-pubsub==2.13.7 paho-mqtt==1.6.1 pyjwt==2.5.0 From b481721b2b57a902c142d3f034812e81f70e3160 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 4 Oct 2022 20:19:03 +0200 Subject: [PATCH 2/4] chore(deps): update dependency google-api-python-client to v2.64.0 (#395) --- samples/api-client/accesstoken_example/requirements.txt | 2 +- samples/api-client/manager/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/api-client/accesstoken_example/requirements.txt b/samples/api-client/accesstoken_example/requirements.txt index 07c901e4..e32727ea 100644 --- a/samples/api-client/accesstoken_example/requirements.txt +++ b/samples/api-client/accesstoken_example/requirements.txt @@ -1,6 +1,6 @@ cryptography==38.0.1 flaky==3.7.0 -google-api-python-client==2.63.0 +google-api-python-client==2.64.0 google-auth-httplib2==0.1.0 google-auth==2.12.0 google-cloud-iot==2.6.3 diff --git a/samples/api-client/manager/requirements.txt b/samples/api-client/manager/requirements.txt index c39b8eef..14ad08b0 100644 --- a/samples/api-client/manager/requirements.txt +++ b/samples/api-client/manager/requirements.txt @@ -1,6 +1,6 @@ cryptography==38.0.1 flaky==3.7.0 -google-api-python-client==2.63.0 +google-api-python-client==2.64.0 google-auth-httplib2==0.1.0 google-auth==2.12.0 google-cloud-iot==2.6.3 From a31f61c5a44ee872ac9c6f8a194ac384c92c7c34 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 7 Oct 2022 16:49:00 -0400 Subject: [PATCH 3/4] fix(deps): allow protobuf 3.19.5 (#396) * 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 da0e3897..602942e0 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "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.*", "grpc-google-iam-v1 >= 0.12.4, <1.0.0dev", "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 b9be78dc..d977db96 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -7,4 +7,4 @@ google-api-core==1.32.0 proto-plus==1.22.0 grpc-google-iam-v1==0.12.4 -protobuf==3.20.2 +protobuf==3.19.5 From c621f5f4cf7b3474b3af28dbf0ab6ba023fd544a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 12:19:49 -0400 Subject: [PATCH 4/4] chore(main): release 2.6.4 (#397) 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 7ddeeb01..9f128914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-iot/#history +## [2.6.4](https://github.com/googleapis/python-iot/compare/v2.6.3...v2.6.4) (2022-10-07) + + +### Bug Fixes + +* **deps:** Allow protobuf 3.19.5 ([#396](https://github.com/googleapis/python-iot/issues/396)) ([a31f61c](https://github.com/googleapis/python-iot/commit/a31f61c5a44ee872ac9c6f8a194ac384c92c7c34)) + ## [2.6.3](https://github.com/googleapis/python-iot/compare/v2.6.2...v2.6.3) (2022-10-03) diff --git a/setup.py b/setup.py index 602942e0..269b0559 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ name = "google-cloud-iot" description = "Cloud IoT API API client library" -version = "2.6.3" +version = "2.6.4" release_status = "Development Status :: 5 - Production/Stable" 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.*",