Skip to content

Commit 165e4f8

Browse files
committed
Workaround click release breaking hatch
1 parent 215aa69 commit 165e4f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ build-backend = "hatchling.build"
2020

2121
[dependency-groups]
2222
dev = [
23+
"click>=8.2.0,<8.3.0",
2324
"hatch>=1.14.1",
2425
"pytest>=8.4.2",
2526
"ruff>=0.13.0",

test-proj/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ build-backend = "hatchling.build"
2020

2121
[dependency-groups]
2222
dev = [
23+
"click>=8.2.0,<8.3.0",
2324
"hatch>=1.14.1",
2425
"pytest>=8.4.2",
2526
"ruff>=0.13.0",

0 commit comments

Comments
 (0)