From 875c8c51c5a5b85549d1befb97829f03fc9fed66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Jun 2021 02:54:13 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.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.1.2...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... 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 5bf8678..56c835f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ opencv-python==4.1.0.25 Pillow==8.2.0 pybullet==2.6.5 python-pcl -PyYAML==5.1.2 +PyYAML==5.4 scikit-learn==0.20.4 scipy==1.2.2 six==1.11.0 diff --git a/setup.py b/setup.py index d518093..91d5914 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'opencv-python==4.1.0.25', 'Pillow==8.2.0', 'python-pcl', - 'PyYAML==5.1.2', + 'PyYAML==5.4', 'scikit-learn==0.20.4', 'scipy==1.2.2', 'six==1.11.0',