Skip to content

Commit 6472934

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 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.14.7"
7373
[tool.poetry.group.docs.dependencies]
7474
mkdocs = { version = "1.6.1", python = ">=3.10" }
7575
mkdocs-material = { version = "9.6.21", python = ">=3.10" }
76-
mkdocstrings = { version = "0.30.1", extras = ["python"], python = ">=3.10" }
76+
mkdocstrings = { version = "1.0.0", extras = ["python"], python = ">=3.10" }
7777

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

0 commit comments

Comments
 (0)