From b19aa2497f3c48e828435a0e0c7f1eec1588f28d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 22:29:52 +0000 Subject: [PATCH] Bump lxml from 4.2.1 to 4.6.2 in /Crawler_decomposition Bumps [lxml](https://github.com/lxml/lxml) from 4.2.1 to 4.6.2. - [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.2.1...lxml-4.6.2) Signed-off-by: dependabot[bot] --- Crawler_decomposition/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crawler_decomposition/requirements.txt b/Crawler_decomposition/requirements.txt index 962c555..5e8421c 100644 --- a/Crawler_decomposition/requirements.txt +++ b/Crawler_decomposition/requirements.txt @@ -2,6 +2,6 @@ beautifulsoup4==4.6.0 certifi==2018.4.16 chardet==3.0.4 idna==2.6 -lxml==4.2.1 +lxml==4.6.2 requests==2.18.4 urllib3==1.22