From ff3671e0f4f0cad9ba0557b4717da2697c9b300e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 23:39:27 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 in /classification/model/ADDA 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] --- classification/model/ADDA/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classification/model/ADDA/requirements.txt b/classification/model/ADDA/requirements.txt index aa6c50f..19126f2 100644 --- a/classification/model/ADDA/requirements.txt +++ b/classification/model/ADDA/requirements.txt @@ -2,7 +2,7 @@ numpy==1.12.0 tensorflow_gpu==1.0.0 click==6.7 tqdm==4.11.2 -PyYAML==3.12 +PyYAML==5.1 colorlog==2.10.0 requests==2.13.0 scipy==0.19.0