From c29564eab879952c63d0b9f143d0367eec1ef3ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 18:56:04 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.1 in /util 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] --- util/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/requirements.txt b/util/requirements.txt index 9bd63a9..b97354c 100644 --- a/util/requirements.txt +++ b/util/requirements.txt @@ -1 +1 @@ -PyYAML==3.11 \ No newline at end of file +PyYAML==5.1 \ No newline at end of file