From 7cc06d2ed09f478e5e974cbb4285a307d9a36e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 23:20:33 +0000 Subject: [PATCH] Bump lxml from 6.0.4 to 6.1.0 in /doc/source Bumps [lxml](https://github.com/lxml/lxml) from 6.0.4 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.4...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/source/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/requirements.txt b/doc/source/requirements.txt index 433189e..9c05a5c 100644 --- a/doc/source/requirements.txt +++ b/doc/source/requirements.txt @@ -1,4 +1,4 @@ -lxml==6.0.4 +lxml==6.1.0 importlib_metadata;python_version < '3.8' packaging Sphinx>=3