From 5f9188038a63aa69b0c33cf652e0d97673b90e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 02:03:03 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 in /stable/prometheus-operator/hack 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] --- stable/prometheus-operator/hack/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/prometheus-operator/hack/requirements.txt b/stable/prometheus-operator/hack/requirements.txt index bc2fde78b564..91a83073ce94 100644 --- a/stable/prometheus-operator/hack/requirements.txt +++ b/stable/prometheus-operator/hack/requirements.txt @@ -1,2 +1,2 @@ -PyYAML==5.1.2 +PyYAML==5.4 requests==2.22.0