File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1+ All dependencies in tox.ini are now pinned to specific versions.
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ skip_missing_interpreters = True
3333[testenv:pre-commit]
3434skip_install = True
3535deps =
36- build
37- setuptools
38- wheel
36+ build ==1.1.1
37+ setuptools ==69.1.1
38+ wheel ==0.42.0
3939commands_pre = python -m install_requirement pre-commit --extra dev --project-root " {tox_root}"
4040commands = pre-commit run --all-files --show-diff-on-failure --color =always
4141
@@ -81,9 +81,9 @@ setenv =
8181 # disable conditional coverage exclusions for host platform to test entire project
8282 project: COVERAGE_EXCLUDE_PLATFORM =disable
8383deps =
84- build
85- setuptools
86- wheel
84+ build ==1.1.1
85+ setuptools ==69.1.1
86+ wheel ==0.42.0
8787commands_pre =
8888 python --version
8989 python -m install_requirement coverage coverage-conditional-plugin --extra dev --project-root " {tox_root}"
@@ -95,7 +95,7 @@ commands =
9595[testenv:towncrier{,-check}]
9696skip_install = True
9797deps =
98- towncrier ~= 22.8
98+ towncrier ==23.11.0
9999commands =
100100 check : python -m towncrier.check --compare-with origin/main
101101 !check : python -m towncrier {posargs}
You can’t perform that action at this time.
0 commit comments