Skip to content

Commit 7b543e1

Browse files
committed
bump requests
1 parent cc93eac commit 7b543e1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

packages/google-auth/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
*cryptography_base_require,
2828
)
2929

30-
requests_extra_require = ["requests >= 2.20.0, < 3.0.0"]
30+
requests_extra_require = [
31+
"requests >= 2.20.0, < 3.0.0; python_version < '3.11'",
32+
"requests >= 2.25.0, < 3.0.0; python_version >= '3.11'",
33+
]
3134

3235
aiohttp_extra_require = [
3336
"aiohttp >= 3.8.0, < 4.0.0; python_version < '3.11'",

packages/google-auth/testing/constraints-extras-3.14.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pyopenssl==20.0.0
88
pyu2f==0.1.5
99
rsa==3.1.4
1010
aiohttp==3.9.0
11-
requests==2.20.0
11+
requests==2.25.0
1212

0 commit comments

Comments
 (0)