Browse Source
Merge pull request #282 from github/bump-requests-version
Bump requests to 2.20.0
pull/283/head
Ross McFarland
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
requirements.txt
-
setup.py
|
|
|
@ -17,7 +17,7 @@ natsort==5.2.0 |
|
|
|
nsone==0.9.100 |
|
|
|
ovh==0.4.8 |
|
|
|
python-dateutil==2.6.1 |
|
|
|
requests==2.18.4 |
|
|
|
requests==2.20.0 |
|
|
|
s3transfer==0.1.13 |
|
|
|
six==1.11.0 |
|
|
|
setuptools==38.5.2 |
|
|
|
@ -37,7 +37,7 @@ setup( |
|
|
|
'natsort>=5.2.0,<5.3', |
|
|
|
# botocore doesn't like >=2.7.0 for some reason |
|
|
|
'python-dateutil>=2.6.0,<2.7.0', |
|
|
|
'requests>=2.18.4' |
|
|
|
'requests>=2.20.0' |
|
|
|
], |
|
|
|
license='MIT', |
|
|
|
long_description=open('README.md').read(), |
|
|
|
|