From 778161c7fa6cc839ad8db529d19f0be8ca3a21d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:49:09 +0000 Subject: [PATCH] Bump lxml from 4.6.3 to 4.9.1 in /requirements Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 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.6.3...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/conversion.txt | 2 +- requirements/deploy.txt | 2 +- requirements/develop.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/conversion.txt b/requirements/conversion.txt index 1f96b8e..b1b0a75 100644 --- a/requirements/conversion.txt +++ b/requirements/conversion.txt @@ -8,5 +8,5 @@ coloredlogs==7.0 # via -r conversion.in humanfriendly==3.8 # via coloredlogs -lxml==4.6.3 +lxml==4.9.1 # via -r conversion.in diff --git a/requirements/deploy.txt b/requirements/deploy.txt index ef70de1..c34ceb4 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -8,7 +8,7 @@ coloredlogs==7.0 # via -r conversion.in humanfriendly==3.8 # via coloredlogs -lxml==4.6.3 +lxml==4.9.1 # via -r conversion.in numpy==1.13.1 # via -r selection.in diff --git a/requirements/develop.txt b/requirements/develop.txt index 4ff939e..c287cc4 100644 --- a/requirements/develop.txt +++ b/requirements/develop.txt @@ -16,7 +16,7 @@ isort==4.2.15 # via pylint lazy-object-proxy==1.3.1 # via astroid -lxml==4.6.3 +lxml==4.9.1 # via -r conversion.in mccabe==0.6.1 # via pylint