From d2c4d5f1a342d8cd7f8c14c077c9e2a06f4faa03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:25:11 +0000 Subject: [PATCH] Bump pyyaml from 5.2 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.2 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.2...5.4) Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 330bfaa..6e79da4 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -8,7 +8,7 @@ mido==1.2.6 numpy==1.18.0 pandas==0.25.3 pretty-midi==0.2.8 -PyYAML==5.2 +PyYAML==5.4 tensorflow==1.12.0 tqdm==4.41.1 diff --git a/requirements.txt b/requirements.txt index 0e6a17e..505cb98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ mido==1.2.6 numpy==1.18.0 pandas==0.25.3 pretty-midi==0.2.8 -PyYAML==5.2 +PyYAML==5.4 scikit-learn==0.22 scipy==1.2.0 tensorboard==1.12.2