Skip to content

Commit

Permalink
build: Depend on mkdocstrings 0.25 which adds support for parameter `…
Browse files Browse the repository at this point in the history
…once` when logging messages
  • Loading branch information
pawamoy committed Apr 28, 2024
1 parent da02284 commit 2bc156b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"mkdocstrings>=0.24.2",
"mkdocstrings>=0.25",
"griffe>=0.44",
]

Expand Down

0 comments on commit 2bc156b

Please sign in to comment.