summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-12-04 14:16:29 -0500
committerNate Prewitt <nate.prewitt@gmail.com>2018-12-09 21:41:14 -0800
commit8761e9736f7d5508a5547cdf3adecbe0b7306278 (patch)
treee1f506ae12a40ec4f994e93e07ab1c4d0c7f69d9 /setup.py
parentabe950cfd3ee437279ca23866da6571571b637a6 (diff)
downloadpython-requests-8761e9736f7d5508a5547cdf3adecbe0b7306278.tar.gz
Bumped maximum version of idna
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4e2ad936..10ce2c62 100755
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ packages = ['requests']
requires = [
'chardet>=3.0.2,<3.1.0',
- 'idna>=2.5,<2.8',
+ 'idna>=2.5,<2.9',
'urllib3>=1.21.1,<1.25',
'certifi>=2017.4.17'