Skip to content

Commit 19a4bc7

Browse files
authored
Widen lxml support to include v6.x (#207)
I don’t believe there are any changes that should be breaking for us. Changelog: https://lxml.de/6.0/changes-6.0.0.html
1 parent 1753d43 commit 19a4bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
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,<6
13+
lxml >=4.5.0,<7

0 commit comments

Comments
 (0)