Skip to content

Commit b6b3333

Browse files
committed
fix deps
1 parent 31402c4 commit b6b3333

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/google-auth/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
)
2929

3030
requests_extra_require = [
31-
"requests >= 2.20.0, < 3.0.0; python_version < '3.14'",
32-
"requests >= 2.25.0, < 3.0.0; python_version >= '3.14'",
31+
"requests >= 2.20.0, < 3.0.0; python_version < '3.11'",
32+
"requests >= 2.30.0, < 3.0.0; python_version >= '3.11'",
3333
]
3434

3535
aiohttp_extra_require = [

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# are correct in setup.py for all dependencies and regular extras on Python 3.14
33
pyasn1-modules==0.2.1
44
setuptools==40.3.0
5-
cryptography==38.0.3
5+
cryptography==41.0.5
66
aiohttp==3.9.0
7-
requests==2.25.0
7+
requests==2.30.0
88
pyjwt==2.0
99
urllib3==2.0.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pyopenssl==23.2.0
88
pyu2f==0.1.5
99
rsa==4.0
1010
aiohttp==3.8.0
11-
requests==2.25.0
11+
requests==2.30.0
1212
urllib3==1.26.15

0 commit comments

Comments
 (0)