From adaf839bbcaae256985e4de1f4a6eb4aad49d9db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:21:05 +0000 Subject: [PATCH] Bump lxml from 4.4.1 to 4.6.5 Bumps [lxml](https://github.com/lxml/lxml) from 4.4.1 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.4.1...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 93ad522..46f9e57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ numpy==1.17.2 scikit-learn==0.21.3 langid==1.1.6 bs4==0.0.1 -lxml==4.4.1 +lxml==4.6.5 requests==2.22.0 # when this branch is merged into upstream and released -e git://github.com/aau-network-security/pywhois.git@release-for-richkit#egg=python-whois diff --git a/setup.py b/setup.py index db1fde3..8006bdd 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'scikit-learn==0.21.3', 'langid==1.1.6', 'bs4==0.0.1', - 'lxml==4.4.1', + 'lxml==4.6.5', 'requests==2.22.0', 'pytest', 'dnspython',