From 1e4c3c27e3ac0eb366eaf90d8323589ca71f5c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 15:32:34 +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 599859559fb..8224a715c5f 100644 --- a/cd/utils/requirements.txt +++ b/cd/utils/requirements.txt @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. boto3==1.26.48 -PyYAML==5.1 +PyYAML==5.4