Skip to content

Commit

Permalink
Merge pull request #909 from broadinstitute/ct-update-pyyaml
Browse files Browse the repository at this point in the history
update PyYAML to fix CVE-2017-18342
  • Loading branch information
tomkinsc committed Apr 10, 2019
2 parents 7f8f4b4 + fe645cb commit 89be1f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ future==0.16.0
matplotlib=1.5.3
pysam=0.15.0
pybedtools=0.7.10
PyYAML=3.12
PyYAML=5.1
2 changes: 1 addition & 1 deletion requirements-minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ future==0.16.0
matplotlib=1.5.3
pysam=0.15.0
pybedtools=0.7.10
PyYAML=3.12
PyYAML=5.1
2 changes: 1 addition & 1 deletion requirements-py-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Sphinx==1.4.4
sphinx-argparse==0.1.15
sphinx_rtd_theme==0.1.9
matplotlib==1.5.3
PyYAML==3.11
PyYAML==5.1
mock>=2.0.0

0 comments on commit 89be1f3

Please sign in to comment.