From a191696055606bef575de91e9bc4526c22945d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:54:42 +0000 Subject: [PATCH] Bump lxml from 4.6.5 to 4.9.1 in /python3 Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 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.5...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python3/requirements.txt | 2 +- python3/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python3/requirements.txt b/python3/requirements.txt index 9dad5b6..2a9e67b 100644 --- a/python3/requirements.txt +++ b/python3/requirements.txt @@ -1,2 +1,2 @@ -lxml==4.6.5 +lxml==4.9.1 cssselect==1.0.0 diff --git a/python3/setup.py b/python3/setup.py index 377223f..74ec489 100644 --- a/python3/setup.py +++ b/python3/setup.py @@ -24,7 +24,7 @@ }, test_suite="tests", install_requires=[ - "lxml==4.6.5", + "lxml==4.9.1", "cssselect==1.0.0", ], version=__version__,