Skip to content

Commit f6b18c3

Browse files
lslusarczykbb-ur
authored andcommitted
Update lxml to work with python 3.14 (#21150)
Older lxml causes venv creation with python 3.14 build failure. Latest lxml requires python 3.8 which is luckily also the current requirement for llvm. So it is safe to bump version.
1 parent 8840488 commit f6b18c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

third_party/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exhale==0.3.0
1313
idna==3.7
1414
imagesize==1.1.0
1515
Jinja2==3.1.6
16-
lxml==4.9.3
16+
lxml==6.0.2
1717
Mako==1.3.0
1818
MarkupSafe==2.1.5
1919
packaging==24.2

0 commit comments

Comments
 (0)