From 2927cb313a84e88ef6d09a58e65731943ee7e5ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:48:05 +0000 Subject: [PATCH] build(deps): bump mkdocstrings-python from 1.10.8 to 1.11.1 Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.10.8 to 1.11.1. - [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/1.10.8...1.11.1) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4d8b1ba..24abd02b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ docs = [ "mkdocs==1.6.0", "mkdocs-material==9.5.31", "mkdocstrings[python]==0.25.2", - "mkdocstrings-python==1.10.8", + "mkdocstrings-python==1.11.1", "markdown-include==0.8.1", "mkdocs-gen-files==0.5.0", "mkdocs-exclude==1.0.2",