Skip to content

Commit cbd4087

Browse files
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](lxml/lxml@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] <support@github.com>
1 parent 51e5bfe commit cbd4087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
# Install with `pip install pyxform[dev]`.
1919
dev = [
2020
"formencode==2.1.1", # Compare XML
21-
"lxml==6.0.0", # XPath test expressions
21+
"lxml==6.1.0", # XPath test expressions
2222
"psutil==7.0.0", # Process info for performance tests
2323
"ruff==0.12.4", # Format and lint
2424
]

0 commit comments

Comments
 (0)