From 7b1baa7027424402317ad22d4322ac1a7379df92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:11:04 +0000 Subject: [PATCH] build(deps-dev): bump lxml from 6.0.2 to 6.1.0 Bumps [lxml](https://github.com/lxml/lxml) from 6.0.2 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-6.0.2...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ec9071bb6..9c396c744e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ wheel = [ # the version of jedi that works with ipython "jedi==0.19.2", "jupyter-client==8.8.0", - "lxml==6.0.2", + "lxml==6.1.0", # lz4 4.4.4 has problems decompressing what it encoded, ticket #18140 "lz4==4.3.2", "matplotlib==3.10.7",