From b769582e27ae35ff55c5f4dcd616d4b2ef289ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:37:26 +0000 Subject: [PATCH] Bump lxml from 4.4.2 to 4.6.5 in /br_scraper Bumps [lxml](https://github.com/lxml/lxml) from 4.4.2 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/compare/lxml-4.4.2...lxml-4.6.5) --- 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..10721dd 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.6.5 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..8ffc71d 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.6.5', 'numpy==1.18.1', 'pandas==0.25.3', 'python-dateutil==2.8.1',