From a3be05fb821a9b3f702ab162ec4c9246a3ab813e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 23:18:41 +0000 Subject: [PATCH] Bump lxml from 3.4.0 to 4.6.2 in /hbp_nrp_backend Bumps [lxml](https://github.com/lxml/lxml) from 3.4.0 to 4.6.2. - [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.2) 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..9df98cf 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.2 PyYAML==3.11 rospkg==1.0.38 catkin_pkg==0.2.10