Merge pull request #187 from vbanos/cryptography-limit

Thanks, @vbanos!
This commit is contained in:
Barbara Miller 2023-06-22 08:55:33 -07:00 committed by GitHub
commit d864ea91ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ deps = [
'urllib3>=1.23', 'urllib3>=1.23',
'requests>=2.0.1', 'requests>=2.0.1',
'PySocks>=1.6.8', 'PySocks>=1.6.8',
'cryptography>=2.3', 'cryptography>=2.3,<40',
'idna==2.10', 'idna==2.10',
'PyYAML>=5.1', 'PyYAML>=5.1',
'cachetools', 'cachetools',