From 16abd4989f62f9ab99b70ba8ff9f72c05afaafd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:29:45 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.4 in /requirements 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] --- requirements/python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python.txt b/requirements/python.txt index 74233ad..c5ac2c6 100644 --- a/requirements/python.txt +++ b/requirements/python.txt @@ -12,7 +12,7 @@ docutils==0.14 # via awscli, botocore jmespath==0.9.4 # via boto3, botocore pyasn1==0.4.5 # via rsa python-dateutil==2.8.0 # via botocore -pyyaml==3.13 # via awscli +pyyaml==5.4 # via awscli rsa==3.4.2 # via awscli s3transfer==0.2.0 # via awscli, boto3 six==1.12.0 # via python-dateutil