Skip to content

Commit 4fb183a

Browse files
Pin docs-lint related dependencies
Signed-off-by: Daniel Zullo <[email protected]>
1 parent 1a1f229 commit 4fb183a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ docs-gen = [
5656
"mkdocstrings[python] >= 0.19.0, < 0.20.0",
5757
]
5858
docs-lint = [
59-
"pydocstyle",
60-
"darglint",
61-
"tomli", # Needed by pydocstyle to read pyproject.toml
59+
"pydocstyle >= 6.3.0, < 7",
60+
"darglint >= 1.8.1, < 2",
61+
"tomli >= 2.0.1, < 3", # Needed by pydocstyle to read pyproject.toml
6262
]
6363
format = [
6464
"black >= 23.1.0, < 24",

0 commit comments

Comments
 (0)