Bump requests dependency in requirements.txt (CVE-2018-18074)

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2018-10-29 14:46:27 -07:00
parent 7cc0a1b6eb
commit a422924a5e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pyOpenSSL==18.0.0
pyparsing==2.2.0
pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
requests==2.14.2
requests==2.20.0
six==1.10.0
websocket-client==0.40.0
urllib3==1.21.1; python_version == '3.3'