From 7b7cf5bd1149dd385a047173347a2d5c984aac01 Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen Date: Fri, 1 Mar 2019 17:14:18 +0800 Subject: [PATCH] Bump idna to 2.8 requests 2.21.0 allows idna 2.8 [1] [1] https://github.com/kennethreitz/requests/commit/8761e9736f7d5508a5547cdf3adecbe0b7306278 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ac06c4dd..99be632db 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ install_requires = [ "jsondiff==1.1.2", "aws-xray-sdk!=0.96,>=0.93", "responses>=0.9.0", - "idna<2.8,>=2.5", + "idna<2.9,>=2.5", "cfn-lint", ]