From 9803a29c8dd6e5981cdf85ec9109a6a8803677db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 06:29:11 +0000 Subject: [PATCH] Bump lxml from 4.6.3 to 4.8.0 Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 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.6.3...lxml-4.8.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 687c32c..52d94aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ html5lib = "0.999" httpagentparser = "1.7.8" ipwhois = "1.2.0" logutils = "0.3.3" -lxml = "4.6.3" +lxml = "4.8.0" musicbrainzngs = "0.7" paho-mqtt = "1.1" profilehooks = "1.12.0"