From 8b7ea67edc2db880629818fb575df8ddfe2282cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 06:07:51 +0000 Subject: [PATCH] Bump lxml from 4.7.1 to 4.8.0 Bumps [lxml](https://github.com/lxml/lxml) from 4.7.1 to 4.8.0. - [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.8.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 24781649..2d5f82f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ future-annotations==1.0.0 html5lib==1.1 idna==3.3 Jinja2==3.0.3 -lxml==4.7.1 +lxml==4.8.0 MarkupSafe==2.0.1 mock==4.0.3 multidict==5.2.0;python_version<"3.7"