Skip to content

Commit aae2de4

Browse files
Update lxml requirement from <5.4,>=5.2.2 to >=5.2.2,<6.1
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-5.2.2...lxml-6.0.2) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8cdd8f7 commit aae2de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"boto3>=1.26,<2.0",
3737
"websockets>=14.2,<17",
3838
"PyYAML>=6.0.1",
39-
"lxml>=5.2.2,<5.4",
39+
"lxml>=5.2.2,<6.1",
4040
"lxml_html_clean>=0.1.1,<0.5",
4141
"python-twitter>=3.5,<3.6",
4242
"chardet<6.0",

0 commit comments

Comments
 (0)