Skip to content

Commit ba9003e

Browse files
committed
build: Make python extra depend on latest mkdocstrings-python (1.16.2)
1 parent e239cf3 commit ba9003e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
[project.optional-dependencies]
4545
crystal = ["mkdocstrings-crystal>=0.3.4"]
4646
python-legacy = ["mkdocstrings-python-legacy>=0.2.1"]
47-
python = ["mkdocstrings-python>=0.5.2"]
47+
python = ["mkdocstrings-python>=1.16.2"]
4848

4949
[project.urls]
5050
Homepage = "https://mkdocstrings.github.io"
@@ -116,7 +116,7 @@ dev = [
116116
"mkdocs-material>=9.5",
117117
"mkdocs-minify-plugin>=0.8",
118118
"mkdocs-redirects>=1.2.1",
119-
"mkdocstrings-python>=1.14.1",
119+
"mkdocstrings-python>=1.16.2",
120120
# YORE: EOL 3.10: Remove line.
121121
"tomli>=2.0; python_version < '3.11'",
122122
]

0 commit comments

Comments
 (0)