Skip to content

Commit 722b7ca

Browse files
authored
fix(deps): require proto-plus>=1.15.0 (#342)
1 parent 92a8acd commit 722b7ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-dlp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Until this issue is closed
2929
# https://github.com/googleapis/google-cloud-python/issues/10566
3030
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
31-
"proto-plus >= 0.4.0",
31+
"proto-plus >= 1.15.0",
3232
"pytz >= 2021.1",
3333
]
3434

packages/google-cloud-dlp/testing/constraints-3.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have foo==1.14.0
88
google-api-core==1.31.5
9-
proto-plus==0.4.0
9+
proto-plus==1.15.0
1010
libcst==0.2.5

0 commit comments

Comments
 (0)