Skip to content

Commit a2ba626

Browse files
jimisolaJimisola Laursen
andauthored
build: pin all dependencies to exact versions (#81)
Pin build-system requires (hatchling==1.29.0, hatch-vcs==0.5.0, build==1.4.0, twine==6.2.0) and project dependency hatchling==1.29.0 to prevent unpredictable builds from floating dependency versions. Signed-off-by: jimisola <jimisola@jimisola.com> Co-authored-by: Jimisola Laursen <jimisola.laursen@resurs.se>
1 parent b569e58 commit a2ba626

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,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling", "hatch-vcs", "build", "twine"]
2+
requires = ["hatchling==1.29.0", "hatch-vcs==0.5.0", "build==1.4.0", "twine==6.2.0"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -18,7 +18,7 @@ classifiers = [
1818
dependencies = [
1919
"reqstool-python-decorators==0.0.9",
2020
"ruamel.yaml==0.19.1",
21-
"hatchling>=1.20.0",
21+
"hatchling==1.29.0",
2222
]
2323

2424
[project.urls]

0 commit comments

Comments
 (0)