From 9d8db27dab01fc6a7aeaab5c1056c7b2cbaea204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 23:01:23 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee8ff1c..997e7e3 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ 'python-dateutil==2.8.1', 'PyYAML==5.4', 'beautifulsoup4==4.8.2', - 'lxml==4.6.5', + 'lxml==4.9.1', 'packaging==20.7', 'urllib3==1.26.5',