From 389478b63946c5b2e4b13832042677b409c0bf22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 06:42:22 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 in /cd/utils Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.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.1...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cd/utils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cd/utils/requirements.txt b/cd/utils/requirements.txt index 4ecbff9c00cb..530b36c13a09 100644 --- a/cd/utils/requirements.txt +++ b/cd/utils/requirements.txt @@ -1,2 +1,2 @@ boto3==1.9.114 -PyYAML==5.1 +PyYAML==5.4