From 6a9d2d985f51278446c243d0f529f300744df89b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:02:07 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.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.1...5.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 33597dc..2ba1116 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ networkx >=2.1, <2.3 numpy == 1.18.1 pandas == 1.0.1 papermill == 1.2.1 -PyYAML == 5.1 +PyYAML == 5.4 scikit-learn == 0.22.2.post1 scipy == 1.4.1 seaborn == 0.9.0 diff --git a/setup.py b/setup.py index d835fc3..6c1564d 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ 'numpy==1.18.1', 'pandas==1.0.1', 'papermill==1.2.1', - 'PyYAML==5.1', + 'PyYAML==5.4', 'scikit-learn==0.22.2.post1', 'scipy==1.4.1', 'seaborn==0.9.0'