Skip to content

Commit 15ad868

Browse files
committed
raise urllib3 issue
1 parent f45472f commit 15ad868

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/google-auth/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1738): Add bounds for pyopenssl dependency.
4646
enterprise_cert_extra_require = [
4747
"pyopenssl>=23.2.0",
48-
"urllib3>=1.26.0",
48+
"urllib3>=1.26.15",
4949
]
5050

5151
pyopenssl_extra_require = [
5252
"pyopenssl>=23.2.0",
53-
"urllib3>=1.26.0",
53+
"urllib3>=1.26.15",
5454
]
5555

5656
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1739): Add bounds for urllib3 and packaging dependencies.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pyu2f==0.1.5
99
rsa==4.0
1010
aiohttp==3.8.0
1111
requests==2.25.0
12-
urllib3==1.26.0
12+
urllib3==1.26.15

0 commit comments

Comments
 (0)