Skip to content

Commit 8b84904

Browse files
committed
chore: pin click 8.1.7 for hatch
1 parent a044c09 commit 8b84904

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.1.7",
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.1.7",
2324
"hatch>=1.14.1",
2425
"pytest>=8.4.2",
2526
"ruff>=0.13.0",

0 commit comments

Comments
 (0)