From 27c0bb6e2680f16149ac84cfc69592eef70a1a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:35:30 +0000 Subject: [PATCH] Bump lxml from 3.4.2 to 4.6.5 Bumps [lxml](https://github.com/lxml/lxml) from 3.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-3.4.2...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 41d42ba..5f00b60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ cssselect==0.9.1 enum34==1.0.4 -lxml==3.4.2 +lxml==4.6.5 pyquery==1.2.9 diff --git a/setup.py b/setup.py index d973596..cff2a5a 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ install_requires=[ "cssselect==0.9.1", "enum34==1.0.4", - "lxml==3.4.2", + "lxml==4.6.5", "pyquery==1.2.9" ], include_package_data=True