We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45472f commit 15ad868Copy full SHA for 15ad868
2 files changed
packages/google-auth/setup.py
@@ -45,12 +45,12 @@
45
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1738): Add bounds for pyopenssl dependency.
46
enterprise_cert_extra_require = [
47
"pyopenssl>=23.2.0",
48
- "urllib3>=1.26.0",
+ "urllib3>=1.26.15",
49
]
50
51
pyopenssl_extra_require = [
52
53
54
55
56
# 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
@@ -9,4 +9,4 @@ pyu2f==0.1.5
9
rsa==4.0
10
aiohttp==3.8.0
11
requests==2.25.0
12
-urllib3==1.26.0
+urllib3==1.26.15
0 commit comments