From b1201be2ea6b36e50f1788071dada7f6dfd77db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:22:22 +0000 Subject: [PATCH] Build(deps-dev): Bump lxml from 6.0.2 to 6.1.1 Bumps [lxml](https://github.com/lxml/lxml) from 6.0.2 to 6.1.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-6.0.2...lxml-6.1.1) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.1 dependency-type: direct:development 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 24dee14c7..136144bc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ docs = [ 'ipywidgets==8.1.8', 'jupyter_sphinx==0.5.3', 'jupyterlab==4.5.7', - 'lxml==6.0.2', + 'lxml==6.1.1', 'matplotlib==3.10.1', 'meshio==5.3.5', 'mypy-extensions==1.1.0',