Skip to content

Commit 09ae75d

Browse files
chore(deps): update lxml requirement from >=4,<6 to >=4,<7
Updates the requirements on [lxml](https://github.com/lxml/lxml) to permit the latest version. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-4.0.0...lxml-6.0.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f95576f commit 09ae75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ py-serializable = "^2.0.0"
7373
sortedcontainers = "^2.4.0"
7474
license-expression = "^30"
7575
jsonschema = { version = "^4.18", extras=['format'], optional=true }
76-
lxml = { version=">=4,<6", optional=true }
76+
lxml = { version=">=4,<7", optional=true }
7777

7878
[tool.poetry.extras]
7979
validation = ["jsonschema", "lxml"]

0 commit comments

Comments
 (0)