From 35ecdee94408deaf7249e157f2995923c0dc7532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:29:51 +0000 Subject: [PATCH] build(deps): bump mkdocstrings[python] from 0.26.1 to 0.26.2 Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 0.26.1 to 0.26.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.26.1...0.26.2) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-type: direct:production 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 656ce786..bcbf0a28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ docs = [ "black==24.8.0", "mkdocs==1.6.1", "mkdocs-material==9.5.40", - "mkdocstrings[python]==0.26.1", + "mkdocstrings[python]==0.26.2", "mkdocstrings-python==1.11.1", "markdown-include==0.8.1", "mkdocs-gen-files==0.5.0",