Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/google-auth/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
from setuptools import find_namespace_packages, setup

cryptography_base_require = [
"cryptography >= 38.0.3; python_version < '3.14'",
"cryptography >= 41.0.5; python_version >= '3.14'",
"cryptography >= 46.0.5; python_version < '3.14'",
"cryptography >= 50.0.1; python_version >= '3.14'",
]

DEPENDENCIES = (
Expand Down
2 changes: 1 addition & 1 deletion packages/google-auth/testing/constraints-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Then this file should have foo==1.14.0
pyasn1-modules==0.2.1
setuptools==40.3.0
cryptography==38.0.3
cryptography==46.0.5
aiohttp==3.8.0
requests==2.30.0
pyjwt==2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/google-auth/testing/constraints-3.14.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
pyasn1-modules==0.2.1
cryptography==41.0.5
cryptography==50.0.1
aiohttp==3.9.0
Loading