Merge branch 'idna2_10' into qa

This commit is contained in:
Barbara Miller 2021-04-27 10:28:25 -07:00
commit bab938f080

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', 'cryptography>=2.3',
'idna>=2.5', 'idna==2.10',
'PyYAML>=5.1', 'PyYAML>=5.1',
'cachetools', 'cachetools',
] ]