From 1c337c03584d9b5be5c220781d864eaf326e698e Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 20 Oct 2021 19:51:11 -0400 Subject: [PATCH] fix(deps): require proto-plus 1.15.0 (#81) --- packages/google-cloud-domains/setup.py | 2 +- packages/google-cloud-domains/testing/constraints-3.6.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-domains/setup.py b/packages/google-cloud-domains/setup.py index e171bd2806a4..7c235f01141c 100644 --- a/packages/google-cloud-domains/setup.py +++ b/packages/google-cloud-domains/setup.py @@ -47,7 +47,7 @@ # Until this issue is closed # https://github.com/googleapis/google-cloud-python/issues/10566 "google-api-core[grpc] >= 1.26.0, <3.0.0dev", - "proto-plus >= 1.4.0", + "proto-plus >= 1.15.0", "packaging >= 14.3", ), python_requires=">=3.6", diff --git a/packages/google-cloud-domains/testing/constraints-3.6.txt b/packages/google-cloud-domains/testing/constraints-3.6.txt index 22b18053841a..a1b329d7aa6e 100644 --- a/packages/google-cloud-domains/testing/constraints-3.6.txt +++ b/packages/google-cloud-domains/testing/constraints-3.6.txt @@ -20,6 +20,6 @@ # e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", # Then this file should have foo==1.14.0 google-api-core==1.26.0 -proto-plus==1.4.0 +proto-plus==1.15.0 packaging==14.3 google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is required through google-api-core