From 9cb945c2bfb34adfc43c9c9ff6aa9aa79bbc25db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:54:10 +0000 Subject: [PATCH] chore(deps): bump lxml from 5.3.1 to 6.1.0 Bumps [lxml](https://github.com/lxml/lxml) from 5.3.1 to 6.1.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-5.3.1...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 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 caa023d8b..1c6faeea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "edlib==1.3.9.post1", "eralchemy2==1.4.1", "httpx==0.28.1", - "lxml==5.3.1", + "lxml==6.1.0", "networkx==3.4.2", "numpy==2.2.3", "pandas==2.2.3",