Skip to content

Commit b36124d

Browse files
authored
Merge pull request #2161 from docker/bump_requests
Bump requests dependency in requirements.txt (CVE-2018-18074)
2 parents 8820e73 + e688c09 commit b36124d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pyOpenSSL==18.0.0
1414
pyparsing==2.2.0
1515
pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
1616
pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
17-
requests==2.14.2
17+
requests==2.20.0
1818
six==1.10.0
1919
websocket-client==0.40.0
2020
urllib3==1.21.1; python_version == '3.3'

0 commit comments

Comments
 (0)