From e4954b4a376a68dddd692d3b9e54917ffb7fd87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 10:26:47 +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. - [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