From 78557f05dc2cbf32617ac58341b96dbe561e00cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:51:47 +0000 Subject: [PATCH] Bump lxml from 4.2.4 to 4.9.1 in /skill-scraper Bumps [lxml](https://github.com/lxml/lxml) from 4.2.4 to 4.9.1. - [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.4...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- skill-scraper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 skill-scraper/requirements.txt diff --git a/skill-scraper/requirements.txt b/skill-scraper/requirements.txt old mode 100755 new mode 100644 index ca2be44..dfccb4f --- a/skill-scraper/requirements.txt +++ b/skill-scraper/requirements.txt @@ -2,7 +2,7 @@ certifi==2018.4.16 chardet==3.0.4 cssselect==1.0.3 idna==2.7 -lxml==4.2.4 +lxml==4.9.1 psycopg2-binary==2.7.5 requests==2.19.1 schedule==0.5.0