From 5d3b3631173fcf5e88e36bb289a7aa89e3ecc886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:35:06 +0000 Subject: [PATCH] Bump lxml from 4.6.3 to 4.6.5 Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 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.6.3...lxml-4.6.5) --- 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 7f04742..401f982 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -lxml==4.6.3 +lxml==4.6.5 cssselect==0.9.1 requests[security] beautifulsoup4==4.3.2 diff --git a/setup.py b/setup.py index c3706a2..0c029af 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ packages=['google_play'], test_suite='tests', install_requires=( - 'lxml==4.6.3', + 'lxml==4.6.5', 'cssselect==0.9.1', 'requests[security]', 'beautifulsoup4==4.3.2'