summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-12-04 14:16:29 -0500
committerGitHub <noreply@github.com>2018-12-04 14:16:29 -0500
commit036ab46dd54a4df8b7a95ddb88e60e92ce24b30a (patch)
tree2a021c2fb5f85d88e729394c81928352577fb057
parent57d7284c1a245cf9fbcecb594f50471d86e879f7 (diff)
downloadpython-requests-alex-patch-1.tar.gz
Bumped maximum version of idnaalex-patch-1
-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'