From 1a483e7a193d9b93192b4c9cfcb154a437394764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 00:45:55 +0000 Subject: [PATCH] Bump lxml from 4.7.1 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 4.7.1 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.7.1...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor ... 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 fd51c91..796150d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ cssselect==1.1.0 -lxml==4.7.1 +lxml==4.9.1 requests==2.27.0 ratelimit diff --git a/setup.py b/setup.py index 2366182..c36cdb2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ packages=find_packages(), - install_requires=['requests==2.27.0', 'lxml==4.7.1', 'cssselect==1.1.0', 'ratelimit'], + install_requires=['requests==2.27.0', 'lxml==4.9.1', 'cssselect==1.1.0', 'ratelimit'], author="Julien EHRHART", author_email="julien.ehrhart@live.com",