8000 build: Depend on mkdocstrings 0.25 which adds support for parameter `… · melissawm/mkdocstrings-python@2bc156b · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2bc156b

Browse files
committed
build: Depend on mkdocstrings 0.25 which adds support for parameter once when logging messages
1 parent da02284 commit 2bc156b

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
@@ -28,7 +28,7 @@ classifiers = [
2828
"Typing :: Typed",
2929
]
3030
dependencies = [
31-
"mkdocstrings>=0.24.2",
31+
"mkdocstrings>=0.25",
3232
"griffe>=0.44",
3333
]
3434

0 commit comments

Comments
 (0)
0