Skip to content

Commit 68d242f

Browse files
committed
build: Pin version of setuptools.
This is required for reproducible builds. Pinned build dependencies should be updated by dependabot.
1 parent 50b30ea commit 68d242f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
33
requires = [
4-
"setuptools>=77",
5-
"setuptools-scm[toml]>=6.2",
4+
"setuptools==80.9",
5+
"setuptools-scm[toml]>=6.2,<9",
66
]
77

88
[project]

0 commit comments

Comments
 (0)