From 595346dcf4ab53f38e337c6de70cc3650503525e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:16:56 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 in /dotmole 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] --- dotmole/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 dotmole/requirements.txt diff --git a/dotmole/requirements.txt b/dotmole/requirements.txt old mode 100755 new mode 100644 index dad303c..268bf6d --- a/dotmole/requirements.txt +++ b/dotmole/requirements.txt @@ -46,7 +46,7 @@ pyparsing==2.4.6 python-dateutil==2.8.1 python-editor==1.0.4 pytz==2019.3 -PyYAML==5.3 +PyYAML==5.4 scipy==1.4.1 six==1.13.0 SQLAlchemy==1.3.12