Skip to content

Commit 04bd180

Browse files
chore(deps-dev): bump mkdocstrings from 0.29.1 to 0.30.0
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.29.1 to 0.30.0. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.29.1...0.30.0) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 0.30.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1cebd3f commit 04bd180

File tree

2 files changed

+38
-27
lines changed

2 files changed

+38
-27
lines changed

poetry.lock

Lines changed: 37 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ruff = "0.11.13"
7373
[tool.poetry.group.docs.dependencies]
7474
mkdocs = { version = "1.6.1", python = ">=3.10" }
7575
mkdocs-material = { version = "9.6.14", python = ">=3.10" }
76-
mkdocstrings = { version = "0.29.1", extras = ["python"], python = ">=3.10" }
76+
mkdocstrings = { version = "0.30.0", extras = ["python"], python = ">=3.10" }
7777

7878
[tool.poe.tasks]
7979
all = [

0 commit comments

Comments
 (0)