diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2018-12-04 14:16:29 -0500 |
|---|---|---|
| committer | Nate Prewitt <nate.prewitt@gmail.com> | 2018-12-09 21:41:14 -0800 |
| commit | 8761e9736f7d5508a5547cdf3adecbe0b7306278 (patch) | |
| tree | e1f506ae12a40ec4f994e93e07ab1c4d0c7f69d9 /setup.py | |
| parent | abe950cfd3ee437279ca23866da6571571b637a6 (diff) | |
| download | python-requests-8761e9736f7d5508a5547cdf3adecbe0b7306278.tar.gz | |
Bumped maximum version of idna
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
