Skip to content
Closed
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/2063.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated setuptools from 75.3.0 to 75.5.0.
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==75.3.0",
"setuptools==75.5.0",
"setuptools_scm==8.1.0",
]
build-backend = "setuptools.build_meta"
Expand Down