File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ coverage==7.6.10
1212 # via pytest-cov
1313distlib==0.3.9
1414 # via virtualenv
15+ exceptiongroup==1.3.0
16+ # via pytest
1517execnet==2.1.1
1618 # via pytest-xdist
1719filelock==3.17.0
@@ -51,17 +53,23 @@ pytest-xdist==3.6.1
5153 # via -r test-requirements.in
5254pyyaml==6.0.2
5355 # via pre-commit
54- tomli==2.2.1
55- # via -r test-requirements.in
56+ tomli==2.2.1 ; python_version < "3.11"
57+ # via
58+ # -r mypy-requirements.txt
59+ # -r test-requirements.in
60+ # coverage
61+ # pytest
5662types-psutil==6.1.0.20241221
5763 # via -r build-requirements.txt
5864types-setuptools==75.8.0.20250110
5965 # via -r build-requirements.txt
6066typing-extensions==4.12.2
61- # via -r mypy-requirements.txt
67+ # via
68+ # -r mypy-requirements.txt
69+ # exceptiongroup
6270virtualenv==20.29.1
6371 # via pre-commit
6472
6573# The following packages are considered to be unsafe in a requirements file:
66- setuptools==75.8.0
74+ setuptools==78.1.1
6775 # via -r test-requirements.in
You can’t perform that action at this time.
0 commit comments