From 509792e1980a020d07a91d3730036f730bfaa1a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:58:15 +0000 Subject: [PATCH] Bump lxml from 3.6.0 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 3.6.0 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-3.6.0...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 32866e0..f7a94b5 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ install_requires = [ # Pin deps for now, to be upgraded after tests are much expanded. 'Genshi==0.7', - 'lxml==3.6.0', + 'lxml==4.9.1', 'Pygments==1.4', 'python-dateutil==2.5.3', 'Twisted[tls]==16.4.0',