From d029c68f36b3dc59a25da3bb47d7df4e2dd669e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:54:37 +0000 Subject: [PATCH] Bump lxml from 4.3.0 to 4.6.5 Bumps [lxml](https://github.com/lxml/lxml) from 4.3.0 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.3.0...lxml-4.6.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e3826f3..d249166 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ certifi==2018.11.29 chardet==3.0.4 EasyProcess==0.2.5 idna==2.8 -lxml==4.3.0 +lxml==4.6.5 python-dateutil==2.7.5 PyVirtualDisplay==0.2.1 requests==2.21.0 diff --git a/setup.py b/setup.py index 2796c45..7e9d2da 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ 'chardet==3.0.4', 'EasyProcess==0.2.5', 'idna==2.8', - 'lxml==4.3.0', + 'lxml==4.6.5', 'python-dateutil==2.7.5', 'PyVirtualDisplay==0.2.1', 'requests==2.21.0',