Skip to content

Commit c506726

Browse files
committed
chore: require requests ≥ 2.20.0
1 parent f4decd5 commit c506726

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
@@ -49,7 +49,7 @@ dependencies = [
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.35.0, < 3.0.0",
52-
"requests >= 2.18.0, < 3.0.0",
52+
"requests >= 2.20.0, < 3.0.0",
5353
]
5454
dynamic = ["version"]
5555

testing/constraints-3.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
googleapis-common-protos==1.56.3
99
protobuf==4.25.8
1010
google-auth==2.35.0
11-
requests==2.18.0
11+
requests==2.20.0
1212
grpcio==1.33.2
1313
grpcio-status==1.33.2
1414
proto-plus==1.22.3

0 commit comments

Comments
 (0)