Skip to content

Commit e0babba

Browse files
authored
Pin dev dependency of click to <8.2.0
Closes #186
1 parent dd89b64 commit e0babba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ fix = true
114114

115115
[tool.uv]
116116
dev-dependencies = [
117-
"click>=8.1.8",
117+
"click>=8.1.8,<8.2.0",
118118
"codecov>=2.1.13",
119119
"mkdocs-gen-files>=0.5.0",
120120
"mkdocs-git-authors-plugin>=0.9.2",

0 commit comments

Comments
 (0)