diff options
author | Joffrey F <f.joffrey@gmail.com> | 2018-10-29 20:25:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-29 20:25:27 -0500 |
commit | b36124d91e1b8e6f90545a7c2d8d39c2c160d078 (patch) | |
tree | 7bf2c4de9ec2c2963304278512ed8f5346a214e9 | |
parent | 8820e737c6bb18db575a7a57c52cf061790be543 (diff) | |
parent | e688c09d68604298bfaf0660f8e4b71d7549e52c (diff) | |
download | docker-py-b36124d91e1b8e6f90545a7c2d8d39c2c160d078.tar.gz |
Merge pull request #2161 from docker/bump_requests
Bump requests dependency in requirements.txt (CVE-2018-18074)
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index c46a021..c0ce59a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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'
\ No newline at end of file |