Skip to content

Commit

Permalink
Add upper bound for lxml (#15608)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jul 6, 2023
1 parent cf86387 commit d65e1e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
attrs>=18.0
black==23.3.0 # must match version in .pre-commit-config.yaml
filelock>=3.3.0
lxml>=4.9.1; (python_version<'3.11' or sys_platform!='win32') and python_version<'3.12'
# lxml 4.9.3 switched to manylinux_2_28, the wheel builder still uses manylinux2014
lxml>=4.9.1,<4.9.3; (python_version<'3.11' or sys_platform!='win32') and python_version<'3.12'
pre-commit
pre-commit-hooks==4.4.0
psutil>=4.0
Expand Down

0 comments on commit d65e1e7

Please sign in to comment.