Skip to content

Commit f4decd5

Browse files
committed
chjore: Update minimum version of google-auth to 2.35.0
1 parent 0f9589e commit f4decd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
"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'",
51-
"google-auth >= 2.14.1, < 3.0.0",
51+
"google-auth >= 2.35.0, < 3.0.0",
5252
"requests >= 2.18.0, < 3.0.0",
5353
]
5454
dynamic = ["version"]

testing/constraints-3.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Then this file should have foo==1.14.0
88
googleapis-common-protos==1.56.3
99
protobuf==4.25.8
10-
google-auth==2.14.1
10+
google-auth==2.35.0
1111
requests==2.18.0
1212
grpcio==1.33.2
1313
grpcio-status==1.33.2

0 commit comments

Comments
 (0)