From 88e49fa6785764e485942c75d8ef09beab2de448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:34:01 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 in /webapp Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 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.3...5.4) Signed-off-by: dependabot[bot] --- webapp/deploy_requirements.txt | 2 +- webapp/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/deploy_requirements.txt b/webapp/deploy_requirements.txt index edc069a5..938bcb38 100644 --- a/webapp/deploy_requirements.txt +++ b/webapp/deploy_requirements.txt @@ -12,7 +12,7 @@ Pillow==7.0.0 psutil==5.7.0 pyparsing==2.4.6 python-dateutil==2.8.1 -PyYAML==5.3 +PyYAML==5.4 six==1.14.0 tornado==6.0.4 Werkzeug==1.0.0 diff --git a/webapp/requirements.txt b/webapp/requirements.txt index 5fd13b4f..de8d9adb 100644 --- a/webapp/requirements.txt +++ b/webapp/requirements.txt @@ -12,7 +12,7 @@ Pillow==7.0.0 psutil==5.7.0 pyparsing==2.4.6 python-dateutil==2.8.1 -PyYAML==5.3 +PyYAML==5.4 six==1.14.0 tornado==6.0.4 Werkzeug==1.0.0