From 891ba4859685a82a7f9b9a916c88012ae589030f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:34:38 +0000 Subject: [PATCH] Bump lxml from 4.4.2 to 4.9.1 in /br_scraper Bumps [lxml](https://github.com/lxml/lxml) from 4.4.2 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.4.2...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- br_scraper/requirements.txt | 2 +- br_scraper/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/br_scraper/requirements.txt b/br_scraper/requirements.txt index 6317165..a803fad 100644 --- a/br_scraper/requirements.txt +++ b/br_scraper/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.8.2 bs4==0.0.1 -lxml==4.4.2 +lxml==4.9.1 numpy==1.18.1 pandas==0.25.3 python-dateutil==2.8.1 diff --git a/br_scraper/setup.py b/br_scraper/setup.py index fbf96ae..fa12e8b 100644 --- a/br_scraper/setup.py +++ b/br_scraper/setup.py @@ -23,7 +23,7 @@ install_requires=[ 'beautifulsoup4==4.8.2', 'bs4==0.0.1', - 'lxml==4.4.2', + 'lxml==4.9.1', 'numpy==1.18.1', 'pandas==0.25.3', 'python-dateutil==2.8.1',