Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions changes/1716.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The pinned dependencies in pyproject.toml and tox.ini were updated to their latest versions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ skip_missing_interpreters = True
[testenv:pre-commit]
skip_install = True
deps =
build==1.1.1
build==1.2.1
setuptools==69.2.0
wheel==0.43.0
commands_pre = python -m install_requirement pre-commit --extra dev --project-root "{tox_root}"
Expand Down Expand Up @@ -82,7 +82,7 @@ setenv =
# disable conditional coverage exclusions for host platform to test entire project
project: COVERAGE_EXCLUDE_PLATFORM=disable
deps =
build==1.1.1
build==1.2.1
setuptools==69.2.0
wheel==0.43.0
commands_pre =
Expand Down Expand Up @@ -133,7 +133,7 @@ commands =
skip_install = True
passenv = FORCE_COLOR
deps =
build==1.1.1
build==1.2.1
twine==5.0.0
commands =
python -m build . --outdir dist{/}
Expand Down