From 3974146406f5c75fcfb4c07ab644d85defab6ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:39:53 +0000 Subject: [PATCH] :arrow_up: Bump pyyaml from 5.1 to 5.4 in /ansible 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) Signed-off-by: dependabot[bot] --- ansible/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.txt b/ansible/requirements.txt index d3e6df2..859af00 100644 --- a/ansible/requirements.txt +++ b/ansible/requirements.txt @@ -5,5 +5,5 @@ cryptography==2.7 Jinja2==2.10.1 MarkupSafe==1.1.1 pycparser==2.19 -PyYAML==5.1 +PyYAML==5.4 six==1.12.0