From fc4e7721f79318c7fd0c441f43735b82913451c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 09:21:03 -0700 Subject: [PATCH] Bump pyyaml from 5.4.1 to 6.0 in /perf-tests (#2097) Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.1 to 6.0. - [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.4.1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- perf-tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf-tests/requirements.txt b/perf-tests/requirements.txt index 20944fe566..55bdb8e608 100644 --- a/perf-tests/requirements.txt +++ b/perf-tests/requirements.txt @@ -1,4 +1,4 @@ -PyYAML==5.4.1 +PyYAML==6.0 requests==2.26.0 kubernetes==18.20.0 pytest==4.4.1