From e5a396dc4c5933f9ba7526ed81a2f81632760640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:50:17 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.1 in /requirements Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 to 5.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.11...5.1) Signed-off-by: dependabot[bot] --- requirements/runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/runtime.txt b/requirements/runtime.txt index 51035a2..24c62f7 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -1,4 +1,4 @@ docopt==0.6.2 # Create CLI from a docstring semver==2.0.2 # To match semver-compliant version numbers -PyYAML==3.11 # To parse ep.yml files +PyYAML==5.1 # To parse ep.yml files wheel==0.24.0 # To package in wheel format