From c9f55c5a5bf8b75b870fa9c766dca6c3e2e2cae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:28:08 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 in /srv/python/ml Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 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.1...5.4) Signed-off-by: dependabot[bot] --- srv/python/ml/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srv/python/ml/requirements.txt b/srv/python/ml/requirements.txt index 0f1aa28..01c2164 100644 --- a/srv/python/ml/requirements.txt +++ b/srv/python/ml/requirements.txt @@ -4,7 +4,7 @@ pandas==1.1.2 pyaml==20.4.0 python-dateutil==2.8.1 pytz==2020.1 -PyYAML==5.3.1 +PyYAML==5.4 scikit-learn==0.23.2 scikit-optimize==0.8.1 scipy==1.5.2