From 230f8dbcfe0f0fc7991d85fa57db4871416298b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:43:35 +0000 Subject: [PATCH] Bump lxml from 3.7.3 to 4.6.5 in /scraping Bumps [lxml](https://github.com/lxml/lxml) from 3.7.3 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/commits/lxml-4.6.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scraping/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraping/requirements.txt b/scraping/requirements.txt index 88b0578..28bf6b9 100644 --- a/scraping/requirements.txt +++ b/scraping/requirements.txt @@ -6,7 +6,7 @@ certifi==2017.4.17 chardet==3.0.3 cssselect==1.0.1 idna==2.5 -lxml==3.7.3 +lxml==4.6.5 parsel==1.2.0 pyOpenSSL==17.0.0 queuelib==1.4.2