From fc29bf33aef1a1a65a9ee8db33845a784b8e8c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:48:17 +0000 Subject: [PATCH] Bump lxml from 4.6.3 to 4.6.5 in /requirements 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] --- 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..0aab092 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.6.5 # via -r conversion.in diff --git a/requirements/deploy.txt b/requirements/deploy.txt index ef70de1..bd1f369 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.6.5 # via -r conversion.in numpy==1.13.1 # via -r selection.in diff --git a/requirements/develop.txt b/requirements/develop.txt index 4ff939e..fb10854 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.6.5 # via -r conversion.in mccabe==0.6.1 # via pylint