From 91b097fab79bb62fde9cd1ccbe94bea4cd5ac6e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 11:20:50 -0500 Subject: [PATCH] Bump pyyaml in /build-s2i-python-kopf/examples/kopf-simple (#540) Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 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.3.1...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build-s2i-python-kopf/examples/kopf-simple/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-s2i-python-kopf/examples/kopf-simple/requirements.txt b/build-s2i-python-kopf/examples/kopf-simple/requirements.txt index 181cee210..e2de074f2 100644 --- a/build-s2i-python-kopf/examples/kopf-simple/requirements.txt +++ b/build-s2i-python-kopf/examples/kopf-simple/requirements.txt @@ -1 +1 @@ -pyYAML==5.3.1 +pyYAML==5.4