Skip to content

Commit

Permalink
Bump pyyaml version in conda environment.
Browse files Browse the repository at this point in the history
Fixes CVE in yaml/pyyaml#168.
  • Loading branch information
Nick Pleatsikas committed Apr 8, 2019
1 parent 91c4dc5 commit 8b60c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pycodestyle=2.4.0 # Dev dependency.
- pylint=1.9.2 # Dev dependency.
- pip:
- pyyaml==4.2b1
- pyyaml>=5.1
- responses==0.10.2 # Dev dependency.
- schedule==0.5.0
- httplib2shim==0.0.3

0 comments on commit 8b60c6a

Please sign in to comment.