From f4e91e1a3bbf05971799d160a52b6ea63a4606ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 12:26:43 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.4 in /requirements Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 to 5.4. - [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.4) 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 03f1a8e..0983555 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.4 # To parse ep.yml files wheel==0.38.1 # To package in wheel format