Skip to content

Commit 2c64eaf

Browse files
committed
update
1 parent 15ad868 commit 2c64eaf

7 files changed

Lines changed: 7 additions & 9 deletions

File tree

packages/google-auth/noxfile.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ def unit(session, install_deprecated_extras):
171171
f"Extended tests only run on boundary Python versions ({min_py}, {max_py}) to reduce CI load."
172172
)
173173

174+
constraints_path = str(
175+
CURRENT_DIRECTORY / "testing" / f"constraints-{session.python}.txt"
176+
)
174177
if install_deprecated_extras:
175178
extras_str = "testing,pyopenssl,enterprise_cert,rsa"
176179
# rsa and oauth2client were both archived and support dropped,

packages/google-auth/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@
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.15",
4948
]
5049

5150
pyopenssl_extra_require = [
5251
"pyopenssl>=23.2.0",
53-
"urllib3>=1.26.15",
5452
]
5553

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# are correct in setup.py
33
# List *all* library dependencies and extras in this file.
44
# Pin the version to the lower bound.
5-
#
6-
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7-
# Then this file should have foo==1.14.0
85
pyasn1-modules==0.2.1
96
setuptools==40.3.0
107
cryptography==38.0.3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pyasn1-modules==0.2.1
44
setuptools==40.3.0
55
cryptography==38.0.3
66
aiohttp==3.9.0
7-
requests==2.30.0
7+
requests==2.20.0
88
pyjwt==2.0
99
urllib3==2.0.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pyasn1-modules==0.2.1
44
setuptools==40.3.0
55
cryptography==38.0.3
66
aiohttp==3.9.0
7-
requests==2.30.0
7+
requests==2.20.0
88
pyjwt==2.0
99
urllib3==2.0.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pyasn1-modules==0.2.1
44
setuptools==40.3.0
55
cryptography==38.0.3
66
aiohttp==3.9.0
7-
requests==2.30.0
7+
requests==2.20.0
88
pyjwt==2.0
99
urllib3==2.0.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pyasn1-modules==0.2.1
44
setuptools==40.3.0
55
cryptography==38.0.3
66
aiohttp==3.9.0
7-
requests==2.30.0
7+
requests==2.25.0
88
pyjwt==2.0
99
urllib3==2.0.0

0 commit comments

Comments
 (0)