Merge pull request #163 from internetarchive/idna2_10

idna==2.10
This commit is contained in:
Barbara Miller 2021-12-28 13:50:23 -08:00 committed by GitHub
commit a969430b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ deps = [
'requests>=2.0.1',
'PySocks>=1.6.8',
'cryptography>=2.3',
'idna>=2.5',
'idna==2.10',
'PyYAML>=5.1',
'cachetools',
]