Skip to content

Commit 17574b3

Browse files
llucaxstefan-brus-frequenz
authored andcommitted
Pin build dependencies
Now that we have dependabot we can rely on it to keep the dependencies updated and we can make sure builds are reproducible. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 05a1a74 commit 17574b3

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
@@ -3,8 +3,8 @@
33

44
[build-system]
55
requires = [
6-
"setuptools >= 67.3.2, < 68",
7-
"setuptools_scm[toml] >= 7.1.0, < 8",
6+
"setuptools == 67.3.2",
7+
"setuptools_scm[toml] == 7.1.0",
88
"frequenz-repo-config[api] == 0.2.0",
99
]
1010
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)