Merge pull request #1989 from jku/pin-hatchling-version

build: Pin hatchling version
This commit is contained in:
Lukas Pühringer 2022-04-28 15:35:01 +02:00 committed by GitHub
commit b1bbd6c8e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Build-system section
[build-system]
requires = ["hatchling>=0.21.0"]
# hatchling pinned for reproducibility: version should be kept up-to-date
requires = ["hatchling==0.22.0"]
build-backend = "hatchling.build"
[project]