From 4f01d15757493be39626ad84852b9fb67f5ec030 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 00:44:13 +0000 Subject: [PATCH 01/11] chore: resolve issue with prerelease presubmit [autoapprove] (#352) Source-Link: https://github.com/googleapis/synthtool/commit/1b9ad7694e44ddb4d9844df55ff7af77b51a4435 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:9db98b055a7f8bd82351238ccaacfd3cda58cdf73012ab58b8da146368330021 --- .github/.OwlBot.lock.yaml | 4 ++-- noxfile.py | 33 ++++++++++++++++++--------------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 58fcbeee..0eb02fda 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:c8878270182edaab99f2927969d4f700c3af265accd472c3425deedff2b7fd93 -# created: 2022-07-14T01:58:16.015625351Z + digest: sha256:9db98b055a7f8bd82351238ccaacfd3cda58cdf73012ab58b8da146368330021 +# created: 2022-07-25T16:02:49.174178716Z diff --git a/noxfile.py b/noxfile.py index 001ec73c..70739b12 100644 --- a/noxfile.py +++ b/noxfile.py @@ -333,7 +333,8 @@ def prerelease_deps(session): # Install all dependencies session.install("-e", ".[all, tests, tracing]") - session.install(*UNIT_TEST_STANDARD_DEPENDENCIES) + unit_deps_all = UNIT_TEST_STANDARD_DEPENDENCIES + UNIT_TEST_EXTERNAL_DEPENDENCIES + session.install(*unit_deps_all) system_deps_all = ( SYSTEM_TEST_STANDARD_DEPENDENCIES + SYSTEM_TEST_EXTERNAL_DEPENDENCIES @@ -362,12 +363,6 @@ def prerelease_deps(session): session.install(*constraints_deps) - if os.path.exists("samples/snippets/requirements.txt"): - session.install("-r", "samples/snippets/requirements.txt") - - if os.path.exists("samples/snippets/requirements-test.txt"): - session.install("-r", "samples/snippets/requirements-test.txt") - prerel_deps = [ "protobuf", # dependency of grpc @@ -404,11 +399,19 @@ def prerelease_deps(session): system_test_folder_path = os.path.join("tests", "system") # Only run system tests if found. - if os.path.exists(system_test_path) or os.path.exists(system_test_folder_path): - session.run("py.test", "tests/system") - - snippets_test_path = os.path.join("samples", "snippets") - - # Only run samples tests if found. - if os.path.exists(snippets_test_path): - session.run("py.test", "samples/snippets") + if os.path.exists(system_test_path): + session.run( + "py.test", + "--verbose", + f"--junitxml=system_{session.python}_sponge_log.xml", + system_test_path, + *session.posargs, + ) + if os.path.exists(system_test_folder_path): + session.run( + "py.test", + "--verbose", + f"--junitxml=system_{session.python}_sponge_log.xml", + system_test_folder_path, + *session.posargs, + ) From 9cef4dc2114b7663060e4c64d621f4ab12365e45 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 2 Aug 2022 17:07:04 +0200 Subject: [PATCH 02/11] chore(deps): update all dependencies (#353) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot Co-authored-by: Anthonios Partheniou --- .../accesstoken_example/requirements-test.txt | 4 ++-- .../api-client/accesstoken_example/requirements.txt | 12 ++++++------ samples/api-client/manager/requirements.txt | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/samples/api-client/accesstoken_example/requirements-test.txt b/samples/api-client/accesstoken_example/requirements-test.txt index 56582d7c..7a0249d3 100644 --- a/samples/api-client/accesstoken_example/requirements-test.txt +++ b/samples/api-client/accesstoken_example/requirements-test.txt @@ -1,3 +1,3 @@ pytest==7.1.2 -google-cloud-pubsub==2.13.0 -google-cloud-storage==2.3.0 +google-cloud-pubsub==2.13.4 +google-cloud-storage==2.4.0 diff --git a/samples/api-client/accesstoken_example/requirements.txt b/samples/api-client/accesstoken_example/requirements.txt index b4b58202..3837e885 100644 --- a/samples/api-client/accesstoken_example/requirements.txt +++ b/samples/api-client/accesstoken_example/requirements.txt @@ -1,10 +1,10 @@ -cryptography==37.0.2 +cryptography==37.0.4 flaky==3.7.0 -google-api-python-client==2.50.0 +google-api-python-client==2.55.0 google-auth-httplib2==0.1.0 -google-auth==2.7.0 -google-cloud-iot==2.5.1 -google-cloud-pubsub==2.13.0 -google-cloud-storage==2.3.0 +google-auth==2.9.1 +google-cloud-iot==2.6.1 +google-cloud-pubsub==2.13.4 +google-cloud-storage==2.4.0 paho-mqtt==1.6.1 pyjwt==2.4.0 diff --git a/samples/api-client/manager/requirements.txt b/samples/api-client/manager/requirements.txt index bcd11fe4..d1397359 100644 --- a/samples/api-client/manager/requirements.txt +++ b/samples/api-client/manager/requirements.txt @@ -1,9 +1,9 @@ -cryptography==37.0.2 +cryptography==37.0.4 flaky==3.7.0 -google-api-python-client==2.50.0 +google-api-python-client==2.55.0 google-auth-httplib2==0.1.0 -google-auth==2.7.0 -google-cloud-iot==2.5.1 -google-cloud-pubsub==2.13.0 +google-auth==2.9.1 +google-cloud-iot==2.6.1 +google-cloud-pubsub==2.13.4 paho-mqtt==1.6.1 pyjwt==2.4.0 From 37be15ba446bffbceee87e0f10fd4e393846aad5 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 5 Aug 2022 21:41:52 +0200 Subject: [PATCH 03/11] chore(deps): update all dependencies (#355) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot Co-authored-by: Anthonios Partheniou --- samples/api-client/accesstoken_example/requirements-test.txt | 2 +- samples/api-client/accesstoken_example/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/api-client/accesstoken_example/requirements-test.txt b/samples/api-client/accesstoken_example/requirements-test.txt index 7a0249d3..173b4f59 100644 --- a/samples/api-client/accesstoken_example/requirements-test.txt +++ b/samples/api-client/accesstoken_example/requirements-test.txt @@ -1,3 +1,3 @@ pytest==7.1.2 google-cloud-pubsub==2.13.4 -google-cloud-storage==2.4.0 +google-cloud-storage==2.5.0 diff --git a/samples/api-client/accesstoken_example/requirements.txt b/samples/api-client/accesstoken_example/requirements.txt index 3837e885..3a3159c0 100644 --- a/samples/api-client/accesstoken_example/requirements.txt +++ b/samples/api-client/accesstoken_example/requirements.txt @@ -5,6 +5,6 @@ google-auth-httplib2==0.1.0 google-auth==2.9.1 google-cloud-iot==2.6.1 google-cloud-pubsub==2.13.4 -google-cloud-storage==2.4.0 +google-cloud-storage==2.5.0 paho-mqtt==1.6.1 pyjwt==2.4.0 From b3302217198e1693744e5c774d9f79b1347cb731 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 6 Aug 2022 03:21:47 +0200 Subject: [PATCH 04/11] chore(deps): update all dependencies (#357) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update setup.py Co-authored-by: Owl Bot Co-authored-by: Anthonios Partheniou --- 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 3a3159c0..960429d1 100644 --- a/samples/api-client/accesstoken_example/requirements.txt +++ b/samples/api-client/accesstoken_example/requirements.txt @@ -2,7 +2,7 @@ cryptography==37.0.4 flaky==3.7.0 google-api-python-client==2.55.0 google-auth-httplib2==0.1.0 -google-auth==2.9.1 +google-auth==2.10.0 google-cloud-iot==2.6.1 google-cloud-pubsub==2.13.4 google-cloud-storage==2.5.0 diff --git a/samples/api-client/manager/requirements.txt b/samples/api-client/manager/requirements.txt index d1397359..351229e6 100644 --- a/samples/api-client/manager/requirements.txt +++ b/samples/api-client/manager/requirements.txt @@ -2,7 +2,7 @@ cryptography==37.0.4 flaky==3.7.0 google-api-python-client==2.55.0 google-auth-httplib2==0.1.0 -google-auth==2.9.1 +google-auth==2.10.0 google-cloud-iot==2.6.1 google-cloud-pubsub==2.13.4 paho-mqtt==1.6.1 From 2190d321a7e40a3c981b9b044b42c9dbc9f17295 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 16:26:22 +0000 Subject: [PATCH 05/11] chore(deps): update actions/setup-python action to v4 [autoapprove] (#358) Source-Link: https://github.com/googleapis/synthtool/commit/8e55b327bae44b6640c7ab4be91df85fc4d6fe8a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:c6c965a4bf40c19011b11f87dbc801a66d3a23fbc6704102be064ef31c51f1c3 --- .github/.OwlBot.lock.yaml | 4 ++-- .github/workflows/docs.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/unittest.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 0eb02fda..c701359f 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:9db98b055a7f8bd82351238ccaacfd3cda58cdf73012ab58b8da146368330021 -# created: 2022-07-25T16:02:49.174178716Z + digest: sha256:c6c965a4bf40c19011b11f87dbc801a66d3a23fbc6704102be064ef31c51f1c3 +# created: 2022-08-09T15:58:56.463048506Z diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b46d7305..7092a139 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: "3.10" - name: Install nox @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: "3.10" - name: Install nox diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f512a496..d2aee5b7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: "3.10" - name: Install nox diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 5531b014..87ade4d5 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} - name: Install nox @@ -39,7 +39,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: "3.10" - name: Install coverage From d18c0050363944a04a1accb450c52daefe1bd32c Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 10 Aug 2022 03:50:26 +0200 Subject: [PATCH 06/11] chore(deps): update all dependencies to v2.56.0 (#359) * chore(deps): update all dependencies to v2.56.0 * revert Co-authored-by: Anthonios Partheniou --- 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 960429d1..a70faf34 100644 --- a/samples/api-client/accesstoken_example/requirements.txt +++ b/samples/api-client/accesstoken_example/requirements.txt @@ -1,6 +1,6 @@ cryptography==37.0.4 flaky==3.7.0 -google-api-python-client==2.55.0 +google-api-python-client==2.56.0 google-auth-httplib2==0.1.0 google-auth==2.10.0 google-cloud-iot==2.6.1 diff --git a/samples/api-client/manager/requirements.txt b/samples/api-client/manager/requirements.txt index 351229e6..c22dfb43 100644 --- a/samples/api-client/manager/requirements.txt +++ b/samples/api-client/manager/requirements.txt @@ -1,6 +1,6 @@ cryptography==37.0.4 flaky==3.7.0 -google-api-python-client==2.55.0 +google-api-python-client==2.56.0 google-auth-httplib2==0.1.0 google-auth==2.10.0 google-cloud-iot==2.6.1 From 9def79abfa1bdee64d00ed324fd782cf163b0bad Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 11 Aug 2022 15:14:11 -0400 Subject: [PATCH 07/11] fix(deps): allow protobuf < 5.0.0 (#361) fix(deps): require proto-plus >= 1.22.0 --- setup.py | 4 ++-- testing/constraints-3.7.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index e0074070..4f844d3d 100644 --- a/setup.py +++ b/setup.py @@ -24,8 +24,8 @@ 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.*", "grpc-google-iam-v1 >= 0.12.4, <1.0.0dev", - "proto-plus >= 1.15.0, <2.0.0dev", - "protobuf >= 3.19.0, <4.0.0dev", + "proto-plus >= 1.22.0, <2.0.0dev", + "protobuf >= 3.19.0, <5.0.0dev", ] extras = {"libcst": "libcst >= 0.2.5"} diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index acf929dc..064de73d 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -5,6 +5,6 @@ # e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev", # Then this file should have google-cloud-foo==1.14.0 google-api-core==1.32.0 -proto-plus==1.15.0 +proto-plus==1.22.0 grpc-google-iam-v1==0.12.4 protobuf==3.19.0 From e2a00466d37413880b30bff3144e838265a519ea Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 12 Aug 2022 01:14:07 +0200 Subject: [PATCH 08/11] chore(deps): update dependency google-cloud-pubsub to v2.13.5 (#360) --- samples/api-client/accesstoken_example/requirements-test.txt | 2 +- samples/api-client/accesstoken_example/requirements.txt | 2 +- samples/api-client/manager/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/api-client/accesstoken_example/requirements-test.txt b/samples/api-client/accesstoken_example/requirements-test.txt index 173b4f59..4018e49a 100644 --- a/samples/api-client/accesstoken_example/requirements-test.txt +++ b/samples/api-client/accesstoken_example/requirements-test.txt @@ -1,3 +1,3 @@ pytest==7.1.2 -google-cloud-pubsub==2.13.4 +google-cloud-pubsub==2.13.5 google-cloud-storage==2.5.0 diff --git a/samples/api-client/accesstoken_example/requirements.txt b/samples/api-client/accesstoken_example/requirements.txt index a70faf34..23128f31 100644 --- a/samples/api-client/accesstoken_example/requirements.txt +++ b/samples/api-client/accesstoken_example/requirements.txt @@ -4,7 +4,7 @@ google-api-python-client==2.56.0 google-auth-httplib2==0.1.0 google-auth==2.10.0 google-cloud-iot==2.6.1 -google-cloud-pubsub==2.13.4 +google-cloud-pubsub==2.13.5 google-cloud-storage==2.5.0 paho-mqtt==1.6.1 pyjwt==2.4.0 diff --git a/samples/api-client/manager/requirements.txt b/samples/api-client/manager/requirements.txt index c22dfb43..0488ad2b 100644 --- a/samples/api-client/manager/requirements.txt +++ b/samples/api-client/manager/requirements.txt @@ -4,6 +4,6 @@ google-api-python-client==2.56.0 google-auth-httplib2==0.1.0 google-auth==2.10.0 google-cloud-iot==2.6.1 -google-cloud-pubsub==2.13.4 +google-cloud-pubsub==2.13.5 paho-mqtt==1.6.1 pyjwt==2.4.0 From 9d64465d2993ce085e052c887f5830ad325ebef8 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 12 Aug 2022 13:14:27 +0200 Subject: [PATCH 09/11] chore(deps): update dependency google-cloud-pubsub to v2.13.6 (#363) --- samples/api-client/accesstoken_example/requirements-test.txt | 2 +- samples/api-client/accesstoken_example/requirements.txt | 2 +- samples/api-client/manager/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/api-client/accesstoken_example/requirements-test.txt b/samples/api-client/accesstoken_example/requirements-test.txt index 4018e49a..f07c7317 100644 --- a/samples/api-client/accesstoken_example/requirements-test.txt +++ b/samples/api-client/accesstoken_example/requirements-test.txt @@ -1,3 +1,3 @@ pytest==7.1.2 -google-cloud-pubsub==2.13.5 +google-cloud-pubsub==2.13.6 google-cloud-storage==2.5.0 diff --git a/samples/api-client/accesstoken_example/requirements.txt b/samples/api-client/accesstoken_example/requirements.txt index 23128f31..5e19a20a 100644 --- a/samples/api-client/accesstoken_example/requirements.txt +++ b/samples/api-client/accesstoken_example/requirements.txt @@ -4,7 +4,7 @@ google-api-python-client==2.56.0 google-auth-httplib2==0.1.0 google-auth==2.10.0 google-cloud-iot==2.6.1 -google-cloud-pubsub==2.13.5 +google-cloud-pubsub==2.13.6 google-cloud-storage==2.5.0 paho-mqtt==1.6.1 pyjwt==2.4.0 diff --git a/samples/api-client/manager/requirements.txt b/samples/api-client/manager/requirements.txt index 0488ad2b..60451d74 100644 --- a/samples/api-client/manager/requirements.txt +++ b/samples/api-client/manager/requirements.txt @@ -4,6 +4,6 @@ google-api-python-client==2.56.0 google-auth-httplib2==0.1.0 google-auth==2.10.0 google-cloud-iot==2.6.1 -google-cloud-pubsub==2.13.5 +google-cloud-pubsub==2.13.6 paho-mqtt==1.6.1 pyjwt==2.4.0 From fa63117c642c597703ee135ba985d2083eb0fcc5 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 16 Aug 2022 16:58:04 +0200 Subject: [PATCH 10/11] chore(deps): update dependency google-api-python-client to v2.57.0 (#365) --- 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 5e19a20a..02fb2b53 100644 --- a/samples/api-client/accesstoken_example/requirements.txt +++ b/samples/api-client/accesstoken_example/requirements.txt @@ -1,6 +1,6 @@ cryptography==37.0.4 flaky==3.7.0 -google-api-python-client==2.56.0 +google-api-python-client==2.57.0 google-auth-httplib2==0.1.0 google-auth==2.10.0 google-cloud-iot==2.6.1 diff --git a/samples/api-client/manager/requirements.txt b/samples/api-client/manager/requirements.txt index 60451d74..70528d4f 100644 --- a/samples/api-client/manager/requirements.txt +++ b/samples/api-client/manager/requirements.txt @@ -1,6 +1,6 @@ cryptography==37.0.4 flaky==3.7.0 -google-api-python-client==2.56.0 +google-api-python-client==2.57.0 google-auth-httplib2==0.1.0 google-auth==2.10.0 google-cloud-iot==2.6.1 From ea369942ffa5d7cb8345f2131e46001b7dba2bc8 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 11:42:14 -0400 Subject: [PATCH 11/11] chore(main): release 2.6.2 (#362) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a28cb0..f2062c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-cloud-iot/#history +## [2.6.2](https://github.com/googleapis/python-iot/compare/v2.6.1...v2.6.2) (2022-08-16) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#361](https://github.com/googleapis/python-iot/issues/361)) ([9def79a](https://github.com/googleapis/python-iot/commit/9def79abfa1bdee64d00ed324fd782cf163b0bad)) +* **deps:** require proto-plus >= 1.22.0 ([9def79a](https://github.com/googleapis/python-iot/commit/9def79abfa1bdee64d00ed324fd782cf163b0bad)) + ## [2.6.1](https://github.com/googleapis/python-iot/compare/v2.6.0...v2.6.1) (2022-07-14) diff --git a/setup.py b/setup.py index 4f844d3d..b20d9321 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.1" +version = "2.6.2" 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.*",