Skip to content

Commit 7d12b9a

Browse files
feat: allow lxml requirement in range of >=4,<6 (#523)
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-5.0.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9bcc223 commit 7d12b9a

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
@@ -72,7 +72,7 @@ py-serializable = "^0.16"
7272
sortedcontainers = "^2.4.0"
7373
license-expression = "^30"
7474
jsonschema = { version = "^4.18", extras=['format'], optional=true }
75-
lxml = { version="^4", optional=true }
75+
lxml = { version=">=4,<6", optional=true }
7676

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

0 commit comments

Comments
 (0)