1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

bring requests back down to 2.4.1 in setup and oldest constraints

This commit is contained in:
Erica Portnoy
2018-11-02 15:53:44 -07:00
parent ac8d6f58bb
commit 0caaf872fb
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ install_requires = [
'PyOpenSSL>=0.13',
'pyrfc3339',
'pytz',
'requests[security]>=2.20.0', # DeprecationWarning on Callable in Python3.7
'requests[security]>=2.4.1', # security extras added in 2.4.1
'requests-toolbelt>=0.3.0',
'setuptools',
'six>=1.9.0', # needed for python_2_unicode_compatible

View File

@@ -43,7 +43,7 @@ oauth2client==2.0
parsedatetime==1.3
pyparsing==1.5.5
python-digitalocean==1.11
requests[security]==2.20.0
requests[security]==2.4.1
# Ubuntu Xenial constraints
ConfigArgParse==0.10.0