From ddb0601c5b6f9d894d85cf024c0a21fd27383787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:03:49 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 in /app Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 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.2...5.4) Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 app/requirements.txt diff --git a/app/requirements.txt b/app/requirements.txt old mode 100755 new mode 100644 index 985b65c..96f68fa --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,3 +1,3 @@ -PyYAML==5.1.2 +PyYAML==5.4 Flask==1.1.1 flask-mongoengine==0.9.5 \ No newline at end of file