From ac902b546665b5e30a360bc08d1468998404fa69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:39:12 +0000 Subject: [PATCH] Bump pyyaml from 4.2b4 to 5.4 in /webapp Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b4 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/commits/5.4) Signed-off-by: dependabot[bot] --- webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/requirements.txt b/webapp/requirements.txt index c197037..90d5956 100644 --- a/webapp/requirements.txt +++ b/webapp/requirements.txt @@ -8,7 +8,7 @@ Jinja2>=2.10.1 jmespath==0.9.3 MarkupSafe==1.1.0 python-dateutil==2.7.5 -PyYAML==4.2b4 +PyYAML==5.4 s3transfer==0.1.13 six==1.12.0 urllib3>=1.24.2