Skip to content

Commit b18ab1c

Browse files
fix: update dependency mkdocstrings to ^0.28.0
1 parent 555f214 commit b18ab1c

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
@@ -22,7 +22,7 @@ python="^3.8"
2222
# Docs
2323
mkdocs = { version = "^1.3.0", optional = true }
2424
mkdocs-material = { version = "^9.0.0", optional = true }
25-
mkdocstrings = { version = "^0.26.0", optional = true }
25+
mkdocstrings = { version = "^0.28.0", optional = true }
2626
mkdocstrings-python = { version = "^1.0.0", optional = true }
2727
mkdocs-literate-nav = { version = "^0.6.0", optional = true }
2828
mkdocs-section-index = { version = "^0.3.4", optional = true }

0 commit comments

Comments
 (0)