Skip to content

Commit 8820e73

Browse files
authored
Merge pull request #2155 from docker/bump_pyopenssl
Bump pyopenssl to prevent installation of vulnerable version
2 parents 567d552 + 609045f commit 8820e73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ idna==2.5
1010
ipaddress==1.0.18
1111
packaging==16.8
1212
pycparser==2.17
13-
pyOpenSSL==17.0.0
13+
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'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# https://github.com/pypa/pip/issues/4391). Once that's fixed, instead of
4141
# installing the extra dependencies, install the following instead:
4242
# 'requests[security] >= 2.5.2, != 2.11.0, != 2.12.2'
43-
'tls': ['pyOpenSSL>=0.14', 'cryptography>=1.3.4', 'idna>=2.0.0'],
43+
'tls': ['pyOpenSSL>=17.5.0', 'cryptography>=1.3.4', 'idna>=2.0.0'],
4444

4545
}
4646

0 commit comments

Comments
 (0)