Skip to content

Commit

Permalink
Merge pull request #239 from nandakishorepeddi/master
Browse files Browse the repository at this point in the history
Support for CVEs
  • Loading branch information
ssurenr authored Mar 4, 2019
2 parents cfaaa77 + 9b12543 commit dfbdb9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements.test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ pytest==3.0.5
pytest-cov>=2.2.1
pytest-benchmark==3.1.1
python-coveralls==2.7.0
pyOpenSSL==16.2.0
pyOpenSSL==17.5.0
requests-mock==1.2.0
flake8
pylint
netaddr
q
PyYAML==3.12
PyYAML==4.2b1
simplejson
jsonschema
jsonpatch==1.16
python-coveralls==2.7.0
requests==2.9.1
requests==2.20.0
5 changes: 3 additions & 2 deletions setup_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ f5-sdk==3.0.3
ipaddress==1.0.17
netaddr==0.7.19
PyJWT==1.4.0
PyYAML==3.12
requests==2.9.1
PyYAML==4.2b1
requests==2.20.0
simplejson==3.10.0
jsonpatch==1.16
jsonpointer==2.0
jsonschema
pyopenssl==17.5.0

0 comments on commit dfbdb9b

Please sign in to comment.