From 01fe4072423f1f3e071986ea76870a869a18da5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 12:43:08 +0000 Subject: [PATCH] chore: bump mkdocstrings-python from 2.0.3 to 2.0.4 Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 2.0.3 to 2.0.4. - [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/2.0.3...2.0.4) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 2.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccf91a3e5..6dcdf7dce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ dev = [ docs = [ "mkdocs==1.6.1", "mkdocs-material==9.7.6", - "mkdocstrings-python==2.0.3", + "mkdocstrings-python==2.0.4", "mkdocs-table-reader-plugin==3.1.0", "mkdocs-gen-files==0.6.1", "mkdocs-include-markdown-plugin==7.3.0",