Update Pipfile

Fixes possible security issue: high severity CVE-2017-18342 (https://nvd.nist.gov/vuln/detail/CVE-2017-18342)
This commit is contained in:
Ryan L McIntyre 2019-07-26 22:00:25 -07:00 committed by GitHub
parent 3068126a16
commit c48f311dee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
pyyaml = "*"
pyyaml = ">=4.2b1"
[dev-packages]