From 354c05bf5547155f6b06a091abce5fe3c5dab97e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2020 04:51:35 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 in /src/ml Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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.12...5.1) Signed-off-by: dependabot[bot] --- src/ml/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ml/requirements.txt b/src/ml/requirements.txt index 7872545..e85f9bf 100644 --- a/src/ml/requirements.txt +++ b/src/ml/requirements.txt @@ -17,7 +17,7 @@ protobuf==3.5.2.post1 pyparsing==2.2.0 python-dateutil==2.7.3 pytz==2018.4 -PyYAML==3.12 +PyYAML==5.1 scikit-learn==0.19.1 scipy==1.1.0 six==1.11.0