Skip to content

Commit b5c573f

Browse files
chore(deps)(deps-dev): update lxml requirement (#18)
Updates the requirements on [lxml](https://github.com/lxml/lxml) to permit the latest version. Updates `lxml` to 6.0.2 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-5.0.0...lxml-6.0.2) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.2 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 135c633 commit b5c573f

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
@@ -99,7 +99,7 @@ full = [
9999
# YAML with position tracking
100100
"ruamel.yaml>=0.18,<1.0",
101101
# HTML/XML parsing
102-
"lxml>=5.0,<6.0",
102+
"lxml>=5.0,<7.0",
103103
]
104104
dev = [
105105
# Testing

0 commit comments

Comments
 (0)