From 838e058c9c1b15703b9711365796ce4b5e1e8e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:33:47 +0000 Subject: [PATCH] Bump mkdocstrings[python] from 0.29.0 to 0.29.1 Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 0.29.0 to 0.29.1. - [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.29.0...0.29.1) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 0.29.1 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 cb48f49..adfaed2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "prometheus-client==0.22.1", "mashumaro==3.16", "mkdocs-material==9.6.14", - "mkdocstrings[python]==0.29.0", + "mkdocstrings[python]==0.29.1", ] [project.urls]