From d3e6542f0105f562cabfee427e5373108e4f6bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:54:06 +0000 Subject: [PATCH] build(deps): bump lxml from 4.4.2 to 4.6.5 in /requirements Bumps [lxml](https://github.com/lxml/lxml) from 4.4.2 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.4.2...lxml-4.6.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 318532423a..654008ee7e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -54,7 +54,7 @@ xlrd==1.2.0 xlsxwriter==1.2.7 xmltodict==0.12.0 requests==2.22.0 -lxml==4.4.2 +lxml==4.6.5 probablepeople==0.5.4 xmlschema==1.1.1 # Parsing and managing geojson data (this is only used in managed tasks at the moment)