From e714c92732ae179e25cf33421899c60b63c984d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:36:39 +0000 Subject: [PATCH] Bump lxml from 4.5.0 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 4.5.0 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.5.0...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- scraping/requirements.txt | 2 +- viz/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 scraping/requirements.txt diff --git a/requirements.txt b/requirements.txt index 8ec6171..74843b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ APScheduler==3.6.3 Flask==1.1.1 Flask-RESTful==0.3.8 -lxml==4.5.0 +lxml==4.9.1 numpy==1.19.2 pre-commit==2.7.1 psutil==5.7.2 diff --git a/scraping/requirements.txt b/scraping/requirements.txt old mode 100755 new mode 100644 index b082d74..d719b96 --- a/scraping/requirements.txt +++ b/scraping/requirements.txt @@ -1,6 +1,6 @@ boto3==1.15.16 dnspython==2.0.0 -lxml==4.5.0 +lxml==4.9.1 numpy==1.19.2 requests==2.24.0 pymongo==3.10.1 diff --git a/viz/requirements.txt b/viz/requirements.txt index 62a5ebf..2c84b4b 100644 --- a/viz/requirements.txt +++ b/viz/requirements.txt @@ -16,5 +16,5 @@ selenium==3.141.0 wget==3.2 Flask==1.1.1 psutil==5.7.2 -lxml==4.5.0 +lxml==4.9.1 python-dateutil==2.8.1 \ No newline at end of file