From dd4f84a40753d096e0d2c17ed5bc5bbfbab44be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 21:03:28 +0000 Subject: [PATCH] build(deps): bump lxml from 4.4.2 to 4.9.1 in /requirements Bumps [lxml](https://github.com/lxml/lxml) from 4.4.2 to 4.9.1. - [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.9.1) --- 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..05b476c5fc 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.9.1 probablepeople==0.5.4 xmlschema==1.1.1 # Parsing and managing geojson data (this is only used in managed tasks at the moment)