From 2fb77654795926f6c3a7c5f69ffc93d93c9f43da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:54:05 +0000 Subject: [PATCH] Bump lxml from 4.6.5 to 4.9.1 in /python2 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] --- python2/requirements.txt | 2 +- python2/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python2/requirements.txt b/python2/requirements.txt index 9dad5b6..2a9e67b 100644 --- a/python2/requirements.txt +++ b/python2/requirements.txt @@ -1,2 +1,2 @@ -lxml==4.6.5 +lxml==4.9.1 cssselect==1.0.0 diff --git a/python2/setup.py b/python2/setup.py index 9fcbd6f..5b6eef5 100644 --- a/python2/setup.py +++ b/python2/setup.py @@ -26,7 +26,7 @@ }, test_suite="tests", install_requires=[ - "lxml==4.6.5", + "lxml==4.9.1", "cssselect==1.0.0", ], version=__version__,