Skip to content

Commit 3484090

Browse files
authoredJan 2, 2024
Update lxml requirement from <5,>=4.5.0 to >=4.5.0,<6 (#163)
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.5.0...lxml-5.0.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b4e1b6 commit 3484090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
beautifulsoup4 >=4.9.0,<5
1111
fast_diff_match_patch >=2.0.1,<3
1212
html5-parser >=0.4.0,<0.5 --no-binary lxml
13-
lxml >=4.5.0,<5
13+
lxml >=4.5.0,<6

0 commit comments

Comments
 (0)
Please sign in to comment.