From e61099ff5f64fa6205013658804559f3a0b9411b Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Tue, 27 Apr 2021 10:26:45 -0700 Subject: [PATCH] idna==2.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 190ac54..d76e45e 100755 --- a/setup.py +++ b/setup.py @@ -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', ]