From 125f3cbe49c9db4d65abb3907ddd4d09919cd4a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:29:03 +0000 Subject: [PATCH] deps-dev: bump mkdocstrings from 0.25.2 to 1.0.6 Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.25.2 to 1.0.6. - [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.25.2...1.0.6) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.6 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3d85af..138efa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -344,7 +344,7 @@ dev = [ "mypy>=1.11.0", "ruff==0.5.2", "mkdocs-gen-files==0.5.0", - "mkdocstrings==0.25.2", + "mkdocstrings==1.0.6", "mypy-extensions==1.0.0", "httpx==0.27.0", "lib==4.0.0",