Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@ coverage==7.10.7
# via pytest-cov
distlib==0.4.0
# via virtualenv
exceptiongroup==1.3.1
# via pytest
execnet==2.1.1
# via pytest-xdist
filelock==3.20.0
filelock==3.20.1
# via
# -r test-requirements.in
# virtualenv
identify==2.6.15
# via pre-commit
iniconfig==2.1.0
# via pytest
librt==0.7.3 ; platform_python_implementation != 'PyPy'
librt==0.7.3 ; platform_python_implementation != "PyPy"
# via -r mypy-requirements.txt
lxml==6.0.2 ; python_version < "3.15"
# via -r test-requirements.in
Expand Down Expand Up @@ -57,14 +59,21 @@ pytest-xdist==3.8.0
# via -r test-requirements.in
pyyaml==6.0.3
# via pre-commit
tomli==2.3.0
# via -r test-requirements.in
tomli==2.3.0 ; python_version < "3.11"
# via
# -r mypy-requirements.txt
# -r test-requirements.in
# coverage
# pytest
types-psutil==7.0.0.20251001
# via -r build-requirements.txt
types-setuptools==80.9.0.20250822
# via -r build-requirements.txt
typing-extensions==4.15.0
# via -r mypy-requirements.txt
# via
# -r mypy-requirements.txt
# exceptiongroup
# virtualenv
virtualenv==20.34.0
# via pre-commit

Expand Down