From 02c399f74cf1394b23ed232375e19402c75deb6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:56:02 +0000 Subject: [PATCH] Bump lxml from 4.6.3 to 4.6.5 in /Toolbox Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.6.5. - [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-4.6.3...lxml-4.6.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Toolbox/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Toolbox/requirements.txt diff --git a/Toolbox/requirements.txt b/Toolbox/requirements.txt old mode 100755 new mode 100644 index 4dddbefe..286e2a00 --- a/Toolbox/requirements.txt +++ b/Toolbox/requirements.txt @@ -4,6 +4,6 @@ imageio==2.8.0 numpy==1.21.2 Pillow==8.3.1 PyYAML==5.4.1 -lxml==4.6.3 +lxml==4.6.5 svgpathtools==1.4.1 codepoints==1.0