From df4ec3045c8e3501c58a96253c8fe9c1661969af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:31:47 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 in /example-vpc 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] --- example-vpc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-vpc/requirements.txt b/example-vpc/requirements.txt index 87af8da..684fd4b 100644 --- a/example-vpc/requirements.txt +++ b/example-vpc/requirements.txt @@ -26,7 +26,7 @@ pyOpenSSL==19.0.0 python-dateutil==2.6.1 python-slugify==1.2.4 pytz==2019.1 -PyYAML==5.1 +PyYAML==5.4 requests==2.21.0 s3transfer==0.2.0 shellescape==3.4.1