From 78ed49d9a7f60b6daf597682df09a47961765da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:41:33 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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.12...5.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bc64508..768cc98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ boto3>=1.4.7 botocore>=1.8.26 -PyYAML==3.12 +PyYAML==5.4 invoke==0.14.0 Jinja2==2.8 pynt==0.8.1 diff --git a/requirements_test.txt b/requirements_test.txt index df2a1da..d7ec926 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ boto3>=1.4.7 botocore>=1.8.26 -PyYAML==3.12 +PyYAML==5.4 invoke==0.14.0 Jinja2==2.8 pynt==0.8.1