From 8683eb43bf3f6dae6437924909b8dba2fda6cde5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 13:19:47 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 in /Recognizer/Recognizer.Lib 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] --- Recognizer/Recognizer.Lib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Recognizer/Recognizer.Lib/requirements.txt b/Recognizer/Recognizer.Lib/requirements.txt index 35d15ad..f1077b0 100644 --- a/Recognizer/Recognizer.Lib/requirements.txt +++ b/Recognizer/Recognizer.Lib/requirements.txt @@ -4,7 +4,7 @@ mock==2.0.0 numpy==1.11.1 pbr==3.1.1 protobuf==3.3.0 -PyYAML==3.12 +PyYAML==5.1 scikit-learn==0.18.2 scipy==0.19.1 six==1.10.0