Skip to content

Commit 42d03ad

Browse files
chore(deps-dev): bump mkdocstrings from 0.29.1 to 0.30.1 (#278)
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.29.1 to 0.30.1. - [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.1) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 0.30.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44ae791 commit 42d03ad

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

poetry.lock

Lines changed: 16 additions & 5 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.1", extras = ["python"], python = ">=3.10" }
7777

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

0 commit comments

Comments
 (0)