From c0f42cf0457c2502518aa3669422ac5d924529e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:42:07 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 in /dashboards/k8s-build 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) Signed-off-by: dependabot[bot] --- dashboards/k8s-build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboards/k8s-build/requirements.txt b/dashboards/k8s-build/requirements.txt index 35b3d80..0a07719 100644 --- a/dashboards/k8s-build/requirements.txt +++ b/dashboards/k8s-build/requirements.txt @@ -12,7 +12,7 @@ pycodestyle==2.5.0 pyflakes==2.1.1 pyparsing==2.4.6 pytest==5.3.5 -PyYAML==5.3.1 +PyYAML==5.4 six==1.14.0 wcwidth==0.1.8 yamllint==1.24.2