Merge branch 'idna_unpeg' into qa

This commit is contained in:
Barbara Miller 2023-07-11 13:28:43 -07:00
commit b5ca3b6db6

View File

@ -32,7 +32,7 @@ deps = [
'requests>=2.0.1', 'requests>=2.0.1',
'PySocks>=1.6.8', 'PySocks>=1.6.8',
'cryptography>=2.3,<40', 'cryptography>=2.3,<40',
'idna==2.10', 'idna',
'PyYAML>=5.1', 'PyYAML>=5.1',
'cachetools', 'cachetools',
'rfc3986>=1.5.0', 'rfc3986>=1.5.0',