From 591b2ba89ead71c8e85bb3adfa8c373d321ca001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:02:33 +0000 Subject: [PATCH] Bump mkdocstrings from 1.0.3 to 1.0.4 Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 1.0.3 to 1.0.4. - [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/1.0.3...1.0.4) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.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 9d2100a9..62c81fa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ Source = "https://github.com/loopj/aiovantage" dev = ["pyright==1.1.408", "ruff==0.15.4", "bumpver==2025.1131"] docs = [ - "mkdocstrings==1.0.3", + "mkdocstrings==1.0.4", "mkdocstrings-python==2.0.3", "mkdocs==1.6.1", "mkdocs-material==9.7.4",