Skip to content

Commit 73abe72

Browse files
committed
bump deps
1 parent c2d71e9 commit 73abe72

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ classifiers = [
4444
"Topic :: Internet",
4545
]
4646
dependencies = [
47-
"googleapis-common-protos >= 1.56.2, < 2.0.0",
48-
"protobuf >= 4.25.8, < 7.0.0, != 3.20.0, != 3.20.1, != 4.21.0, != 4.21.1, != 4.21.2, != 4.21.3, != 4.21.4, != 4.21.5",
47+
"googleapis-common-protos >= 1.63.2, < 2.0.0",
48+
"protobuf >= 4.25.8, < 7.0.0",
4949
"proto-plus >= 1.22.3, < 2.0.0",
5050
"proto-plus >= 1.25.0, < 2.0.0; python_version >= '3.13'",
5151
"google-auth >= 2.14.1, < 3.0.0",

testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have foo==1.14.0
8-
googleapis-common-protos==1.56.2
8+
googleapis-common-protos==1.63.2
99
protobuf==4.25.8
1010
google-auth==2.14.1
1111
requests==2.18.0

testing/constraints-3.8.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
googleapis-common-protos==1.56.3
1+
googleapis-common-protos==1.63.2
22
protobuf==4.25.8

0 commit comments

Comments
 (0)