From 92a0976e0bfe1acc21555c8c5924ea5013728916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 09:24:46 +0000 Subject: [PATCH] Bump lxml from 4.6.3 to 4.9.0 Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.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.9.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..c362170 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.9.0" musicbrainzngs = "0.7" paho-mqtt = "1.1" profilehooks = "1.12.0"