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,9 +12,11 @@ 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.3
# via
# -r test-requirements.in
# virtualenv
Expand Down Expand Up @@ -57,15 +59,22 @@ 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
virtualenv==20.34.0
# via
# -r mypy-requirements.txt
# exceptiongroup
# virtualenv
virtualenv==20.36.1
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
Expand Down