From 7198544c2ab57d94111b36bf48e4574abfa82030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 19:20:21 +0000 Subject: [PATCH] Bump lxml from 3.4.0 to 4.6.3 in /hbp_nrp_backend Bumps [lxml](https://github.com/lxml/lxml) from 3.4.0 to 4.6.3. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-3.4.0...lxml-4.6.3) 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..20827cf 100644 --- a/hbp_nrp_backend/requirements.txt +++ b/hbp_nrp_backend/requirements.txt @@ -1,5 +1,5 @@ # other requirements -lxml==3.4.0 +lxml==4.6.3 PyYAML==3.11 rospkg==1.0.38 catkin_pkg==0.2.10