Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
Fixes a critical security vulnerability with PyYaml.

https://nvd.nist.gov/vuln/detail/CVE-2017-18342
  • Loading branch information
mattjmcnaughton committed Feb 4, 2019
1 parent 897bc25 commit bb04019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click>=6.0,<7.0
configparser>=3.0,<4.0
futures>=3.0,<3.1; python_version == "2.7"
pyyaml>=3.0,<4.0
pyyaml>=4.2b1
six>=1.0,<2.0
typing>=3.0,<4.0; python_version == "2.7"
2 changes: 1 addition & 1 deletion sheepdoge/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'

0 comments on commit bb04019

Please sign in to comment.