From 04adeda45183532a5c87c65209187d9c37c42b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:52:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20mkdocstrings[python]=20from?= =?UTF-8?q?=200.30.1=20to=201.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 0.30.1 to 1.0.2. - [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.30.1...1.0.2) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.2 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 7a7750e..992edae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dev = [ "pytest-cov>=6.2.1", "types-croniter>=6.0.0.20250809", "mkdocs-material==9.6.20", - "mkdocstrings[python]==0.30.1", + "mkdocstrings[python]==1.0.2", ] [project.urls]