Skip to content

Commit 1531e42

Browse files
committed
fix(google-auth): Bump aiohttp to 3.8.0 to fix Python 3.10 test failures
1 parent 3a4bb78 commit 1531e42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-auth/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
requests_extra_require = ["requests >= 2.20.0, < 3.0.0"]
3131

32-
aiohttp_extra_require = ["aiohttp >= 3.6.2, < 4.0.0", *requests_extra_require]
32+
aiohttp_extra_require = ["aiohttp >= 3.8.0, < 4.0.0", *requests_extra_require]
3333

3434
pyjwt_extra_require = ["pyjwt>=2.0"]
3535

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
pyasn1-modules==0.2.1
99
setuptools==40.3.0
1010
cryptography==38.0.3
11-
aiohttp==3.6.2
11+
aiohttp==3.8.0
1212
requests==2.20.0
1313
pyjwt==2.0

0 commit comments

Comments
 (0)