Skip to content

Commit f98aa58

Browse files
manually update the test requirements
1 parent 562198b commit f98aa58

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test-requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
attrs>=18.0
77
filelock>=3.3.0,<3.20.0 # latest version is not available on 3.9 that we still support
88
lxml>=5.3.0; python_version<'3.15'
9+
lxml-stubs>=0.5.1
910
psutil>=4.0
1011
pytest>=8.1.0
1112
pytest-xdist>=1.34.0

test-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ librt==0.4.0
2626
# via -r mypy-requirements.txt
2727
lxml==6.0.2 ; python_version < "3.15"
2828
# via -r test-requirements.in
29+
lxml-stubs>=0.5.1
30+
# via -r test-requirements.in
2931
mypy-extensions==1.1.0
3032
# via -r mypy-requirements.txt
3133
nodeenv==1.9.1

0 commit comments

Comments
 (0)