From e1d9ba74cb1b40ec2b22c2b47923fd1bb68c2719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:43:48 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 in /python-lambda 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] --- python-lambda/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-lambda/requirements.txt b/python-lambda/requirements.txt index e34ace5..b8b97f2 100644 --- a/python-lambda/requirements.txt +++ b/python-lambda/requirements.txt @@ -6,5 +6,5 @@ futures==3.0.5 jmespath==0.9.0 pyaml==15.8.2 python-dateutil==2.5.3 -PyYAML==5.1 +PyYAML==5.4 six==1.10.0