Skip to content

Commit e272f90

Browse files
authored
Fix lxml version due to build issues
lxml 4.9.4 actions/runner-images#11505
1 parent e6effab commit e272f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CherryPy>=18.8.0,<19
55
cherrypy-cors>=1.6,<2
66
Mako>=1.2.4,<2
77
beautifulsoup4>=4.11.2,<5
8-
lxml>=4.9.2,<5
8+
lxml==4.9.0
99
netaddr>=0.8.0,<1
1010
pysocks>=1.7.1,<2
1111
requests>=2.28.2,<3

0 commit comments

Comments
 (0)