From b5359f935e88c7db550745275c24e2266d9a0122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:13:58 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.4 in /hbp_nrp_backend Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 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/3.11...5.4) Signed-off-by: dependabot[bot] --- hbp_nrp_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbp_nrp_backend/requirements.txt b/hbp_nrp_backend/requirements.txt index a280870..2feb234 100644 --- a/hbp_nrp_backend/requirements.txt +++ b/hbp_nrp_backend/requirements.txt @@ -1,6 +1,6 @@ # other requirements lxml==3.4.0 -PyYAML==3.11 +PyYAML==5.4 rospkg==1.0.38 catkin_pkg==0.2.10 pyxb==1.2.4