From 524fc02e6961932fda296e9aab70b6c0babc66dc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 16:58:06 +0000 Subject: [PATCH] [Security] Bump lxml from 4.4.1 to 4.6.3 Bumps [lxml](https://github.com/lxml/lxml) from 4.4.1 to 4.6.3. **This update includes security fixes.** - [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.3) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 93ad522..8cd657f 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.3 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..94427d6 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.3', 'requests==2.22.0', 'pytest', 'dnspython',