Skip to content

Commit

Permalink
build: pin build dependencies
Browse files Browse the repository at this point in the history
- add build requirements file with pinned build dependency
- pin build backend in pyproject.yml (needs manual updating)

Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Nov 30, 2023
1 parent 91a1141 commit 3e9de2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[build-system]
requires = ["hatchling"]
# Version needs manual updates (dependabot/dependabot-core#8465)
requires = ["hatchling==1.18.0"]
build-backend = "hatchling.build"

[project]
Expand Down
1 change: 1 addition & 0 deletions requirements-build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build==1.0.3

0 comments on commit 3e9de2f

Please sign in to comment.