From 695bd132889a1838affba01710f1588e8383c024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:38:55 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 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/3.13...5.4) 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 5462076..2f67ff1 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pycodestyle==2.3.1 pyflakes==1.6.0 python-dateutil==2.7.3 pytz==2018.5 -PyYAML==3.13 +PyYAML==5.4 six==1.11.0 tablib==0.12.1 unicodecsv==0.14.1