Merge pull request #189 from vbanos/idna-update

Thank you, @vbanos!
This commit is contained in:
Barbara Miller 2023-07-11 14:13:47 -07:00 committed by GitHub
commit c01d58df78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',