Skip to content

Commit 4fa7c8b

Browse files
aarthy-dkclaude
andcommitted
ci: bump lxml dev dependency to 5.3 for Python 3.13
lxml 4.9.x has no wheels for Python 3.13 and fails to build from source without libxml2-dev. Bumped to 5.3.0 which ships 3.13 wheels. This is a dev-only dependency with zero imports in the codebase. OBS-1999 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3d28b10 commit 4fa7c8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050
dev = [
5151
"ruff~=0.7.3",
5252
"invoke~=2.1.2",
53-
"lxml~=4.9.1",
53+
"lxml~=5.3.0",
5454
"mypy~=1.5.0",
5555
"pre-commit~=2.20.0",
5656
"pytest-cov~=4.0.0",

0 commit comments

Comments
 (0)