From 936cff043be7eb4a7b4defa96b535e1aaaf89163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:22:42 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.4 in /molecule Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 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/3.13...5.4) Signed-off-by: dependabot[bot] --- molecule/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/requirements-dev.txt b/molecule/requirements-dev.txt index f679956..8ebc2ff 100644 --- a/molecule/requirements-dev.txt +++ b/molecule/requirements-dev.txt @@ -52,7 +52,7 @@ pytest==4.0.2 python-dateutil==2.7.5 python-gilt==1.2.1 python-vagrant==0.5.15 -PyYAML==3.13 +PyYAML==5.4 requests==2.21.0 scandir==1.9.0 sh==1.12.14