From 639a2525363c14eb04350961194124a856bf4a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 23:29:16 +0000 Subject: [PATCH] Bump lxml from 4.7.1 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 4.7.1 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.7.1...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0760395..46d18ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ httpx = "0.18.1" idna = "3.1" ipywidgets = "7.6.3" joblib = "1.0.1" -lxml = "4.6.3" +lxml = "4.9.1" more-itertools = "8.7.0" music21 = "7.1.0" numpy = "^1.20.2"