Skip to content

Commit b1bbd6c

Browse files
author
Lukas Pühringer
authored
Merge pull request #1989 from jku/pin-hatchling-version
build: Pin hatchling version
2 parents 5ba3c92 + 48a6b76 commit b1bbd6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Build-system section
21
[build-system]
3-
requires = ["hatchling>=0.21.0"]
2+
# hatchling pinned for reproducibility: version should be kept up-to-date
3+
requires = ["hatchling==0.22.0"]
44
build-backend = "hatchling.build"
55

66
[project]

0 commit comments

Comments
 (0)