File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ pytest-cov>=2.10.0
1515ruff==0.6.9 # must match version in .pre-commit-config.yaml
1616setuptools>=65.5.1
1717tomli>=1.1.0 # needed even on py311+ so the self check passes with --python-version 3.8
18+ pre_commit>=3.5.0
Original file line number Diff line number Diff line change @@ -8,14 +8,22 @@ attrs==23.1.0
88 # via -r test-requirements.in
99black==24.8.0
1010 # via -r test-requirements.in
11+ cfgv==3.4.0
12+ # via pre-commit
1113click==8.1.7
1214 # via black
1315coverage==7.3.2
1416 # via pytest-cov
17+ distlib==0.3.9
18+ # via virtualenv
1519execnet==2.0.2
1620 # via pytest-xdist
1721filelock==3.12.4
18- # via -r test-requirements.in
22+ # via
23+ # -r test-requirements.in
24+ # virtualenv
25+ identify==2.6.1
26+ # via pre-commit
1927iniconfig==2.0.0
2028 # via pytest
2129lxml==4.9.2 ; (python_version < "3.11" or sys_platform != "win32") and python_version < "3.12"
@@ -24,16 +32,22 @@ mypy-extensions==1.0.0
2432 # via
2533 # -r mypy-requirements.txt
2634 # black
35+ nodeenv==1.9.1
36+ # via pre-commit
2737packaging==23.2
2838 # via
2939 # black
3040 # pytest
3141pathspec==0.11.2
3242 # via black
3343platformdirs==3.11.0
34- # via black
44+ # via
45+ # black
46+ # virtualenv
3547pluggy==1.4.0
3648 # via pytest
49+ pre-commit==3.5.0
50+ # via -r test-requirements.in
3751psutil==5.9.6
3852 # via -r test-requirements.in
3953pytest==8.1.1
@@ -45,6 +59,8 @@ pytest-cov==4.1.0
4559 # via -r test-requirements.in
4660pytest-xdist==3.3.1
4761 # via -r test-requirements.in
62+ pyyaml==6.0.2
63+ # via pre-commit
4864ruff==0.6.9
4965 # via -r test-requirements.in
5066tomli==2.0.1
@@ -55,6 +71,8 @@ types-setuptools==68.2.0.0
5571 # via -r build-requirements.txt
5672typing-extensions==4.12.2
5773 # via -r mypy-requirements.txt
74+ virtualenv==20.26.6
75+ # via pre-commit
5876
5977# The following packages are considered to be unsafe in a requirements file:
6078setuptools==70.0.0
You can’t perform that action at this time.
0 commit comments