From 0bc9e950609005fcef4e3e31ebedd32eb17a0d28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:07:33 +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 1154d36..8a648c5 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ -PyYAML==5.1.2 +PyYAML==5.4 Flask==1.1.1 Flask-SQLAlchemy==2.4.1 Flask-Migrate==2.5.2