From 4b42140c22f47dd0a6f87b218417d7b15f97ba33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 11:48:09 +0000 Subject: [PATCH] build(deps): bump lxml from 5.1.0 to 5.2.2 Bumps [lxml](https://github.com/lxml/lxml) from 5.1.0 to 5.2.2. - [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-5.1.0...lxml-5.2.2) --- 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 bff44a7c..6a37cd82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "idutils~=1.2", "jmespath~=1.0", "levenshtein~=0.25.0", - "lxml==5.1.0", + "lxml==5.2.2", "pandas~=2.1", "pyRdfa3~=3.5", "pyld~=2.0",