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
2 changes: 1 addition & 1 deletion automation/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
# keep versions in sync with ../pyproject.toml
"setuptools==69.2.0",
"setuptools==69.5.1",
"setuptools_scm==8.0.4",
"setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies",
]
Expand Down
1 change: 1 addition & 0 deletions changes/1731.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.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
# keep versions in sync with automation/pyproject.toml
"setuptools==69.2.0",
"setuptools==69.5.1",
"setuptools_scm==8.0.4",
]
build-backend = "setuptools.build_meta"
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ skip_missing_interpreters = True
skip_install = True
deps =
build==1.2.1
setuptools==69.2.0
setuptools==69.5.1
wheel==0.43.0
commands_pre = python -m install_requirement pre-commit --extra dev --project-root "{tox_root}"
commands = pre-commit run --all-files --show-diff-on-failure --color=always
Expand Down Expand Up @@ -83,7 +83,7 @@ setenv =
project: COVERAGE_EXCLUDE_PLATFORM=disable
deps =
build==1.2.1
setuptools==69.2.0
setuptools==69.5.1
wheel==0.43.0
commands_pre =
python --version
Expand Down