From 464cfa2633ee4f06de96b97321cce058713f086d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:26:19 +0000 Subject: [PATCH] Bump mkdocstrings[python] from 0.22.0 to 0.23.0 Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 0.22.0 to 0.23.0. - [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.22.0...0.23.0) --- 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 6362431f4..79a14a2a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dev-mkdocs = [ "mkdocs-literate-nav == 0.6.0", "mkdocs-material == 9.2.5", "mkdocs-section-index == 0.3.5", - "mkdocstrings[python] == 0.22.0", + "mkdocstrings[python] == 0.23.0", "frequenz-repo-config[lib] == 0.6.1", ] dev-mypy = [