mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #1989 from jku/pin-hatchling-version
build: Pin hatchling version
This commit is contained in:
commit
b1bbd6c8e2
1 changed files with 2 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue