From cbd4087537cb28d1920f492acb4fe135deee016f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 19:16:16 +0000 Subject: [PATCH] build(deps-dev): bump lxml from 6.0.0 to 6.1.0 Bumps [lxml](https://github.com/lxml/lxml) from 6.0.0 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.0...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 4afb9a16..52c8dce3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ # Install with `pip install pyxform[dev]`. dev = [ "formencode==2.1.1", # Compare XML - "lxml==6.0.0", # XPath test expressions + "lxml==6.1.0", # XPath test expressions "psutil==7.0.0", # Process info for performance tests "ruff==0.12.4", # Format and lint ]