From 6afebfed81bf597a96c4dd2c3df5cfdfa4f9f452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2020 08:53:40 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 to 5.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.11...5.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 85cce76b..d03f8dd8 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Mako==1.0.0 MarkupSafe==0.23 Pillow==2.5.1 Python-Chart==1.39 -PyYAML==3.11 +PyYAML==5.1 Werkzeug==0.9.6 argparse==1.2.1 decorator==3.4.0