Skip to content

Commit 92570cc

Browse files
committed
This PR fixes:
- pyOpenSSL high security vuln - incompatibility between flake8 and pyflakes
1 parent 7714303 commit 92570cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# Test Requirements
55
flake8==2.6.2
66
pep8==1.7.0
7-
pyflakes==1.3.0
7+
pyflakes==1.2.3
88
mccabe==0.5.2
99
mock==1.3.0
1010
pytest==2.9.1
1111
pytest-cov==2.2.1
1212
git+https://github.com/F5Networks/pytest-symbols.git
1313
python-coveralls==2.7.0
14-
pyOpenSSL==16.2.0
14+
pyOpenSSL>=17.5.0
1515
requests-mock==1.1.0
1616
tox
1717
six

0 commit comments

Comments
 (0)