From 5ad9bab30b55ac5ba9714a5662bd766fdbfa7d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 21:52:06 +0000 Subject: [PATCH] Bump lxml from 4.6.5 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 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.6.5...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bc4f5e7..e5777f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ bs4==0.0.1 certifi==2019.11.28 chardet==3.0.4 idna==2.9 -lxml==4.6.5 +lxml==4.9.1 requests==2.23.0 soupsieve==2.0 urllib3==1.26.5 diff --git a/setup.py b/setup.py index c1179d9..fa3d60e 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'certifi==2019.11.28', 'chardet==3.0.4', 'idna==2.9', - 'lxml==4.6.5', + 'lxml==4.9.1', 'requests==2.23.0', 'soupsieve==2.0', 'urllib3==1.26.5',