File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 55-r build-requirements.txt
66attrs>=18.0
77filelock>=3.3.0
8- # lxml 4.9.3 switched to manylinux_2_28, the wheel builder still uses manylinux2014
9- lxml>=4.9.1,<4.9.3; (python_version<'3.11' or sys_platform!='win32') and python_version<'3.12'
8+ lxml>=5.3.0; python_version<'3.14'
109psutil>=4.0
1110pytest>=8.1.0
1211pytest-xdist>=1.34.0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ identify==2.6.6
2222 # via pre-commit
2323iniconfig==2.0.0
2424 # via pytest
25- lxml==4.9.2 ; ( python_version < "3.11" or sys_platform != "win32") and python_version < "3.12 "
25+ lxml==5.3.0 ; python_version < "3.14 "
2626 # via -r test-requirements.in
2727mypy-extensions==1.0.0
2828 # via -r mypy-requirements.txt
You can’t perform that action at this time.
0 commit comments