Update requests requirement (#9876)
* Update request requirement Update request requirement from version v2.14.2 to v2.18.4 * Fix dependency vizio integration 3rd patry packages were removed from requests. Changed dependency from requests to urllib3 * forgot = forgot = when adding the requirement * re-run script/gen_requirements_all.py re-run script/gen_requirements_all.py * Unvendoring urllib3 from requests In v2.16.0 and newer of requests they unverdored urllib3. * undefined name 'InsecureRequestWarning' * Removed requirement to 'urllib3==1.22 * removed import requests * removed urllib3.exceptions.InsecureRequestWarning removed urllib3.exceptions.InsecureRequestWarning travis lint
This commit is contained in:
parent
78c302855a
commit
29d4dca56a
4 changed files with 5 additions and 6 deletions
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ DOWNLOAD_URL = ('{}/archive/'
|
|||
PACKAGES = find_packages(exclude=['tests', 'tests.*'])
|
||||
|
||||
REQUIRES = [
|
||||
'requests==2.14.2',
|
||||
'requests==2.18.4',
|
||||
'pyyaml>=3.11,<4',
|
||||
'pytz>=2017.02',
|
||||
'pip>=8.0.3',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue