From 8eed8de9c164f660548761f464984b79c9ac884b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 09:52:50 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 in /jenkins Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 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/5.1.2...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jenkins/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/requirements.txt b/jenkins/requirements.txt index cfe57372a..d85784e28 100644 --- a/jenkins/requirements.txt +++ b/jenkins/requirements.txt @@ -1,5 +1,5 @@ setuptools==36.0.1 -PyYAML==5.1.2 +PyYAML==5.4 argparse==1.4.0 dataclasses==0.7 python-consul==1.1.0