From d6959aa87a17469aa98a930358dc021df5bbbdfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 13:32:15 +0000 Subject: [PATCH] Bump the mkdocstrings group across 1 directory with 2 updates Bumps the mkdocstrings group with 2 updates in the / directory: [mkdocstrings-python](https://github.com/mkdocstrings/python) and [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings). Updates `mkdocstrings-python` from 1.16.12 to 1.17.0 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.16.12...1.17.0) Updates `mkdocstrings[python]` 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](https://github.com/mkdocstrings/mkdocstrings/compare/0.29.1...0.30.0) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mkdocstrings - dependency-name: mkdocstrings[python] dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mkdocstrings ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f04f00fc..435da683 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,8 +83,8 @@ dev-mkdocs = [ "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", "mkdocs-material == 9.6.14", - "mkdocstrings[python] == 0.29.1", - "mkdocstrings-python == 1.16.12", + "mkdocstrings[python] == 0.30.0", + "mkdocstrings-python == 1.17.0", ] dev-mypy = [ "mypy == 1.16.1",