From 102ea94f4a0d24eaeeb9ef2a65e5c70c39e5d2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 18:24:43 +0000 Subject: [PATCH] chore(deps-dev): update mkdocstrings requirement in /sdk Updates the requirements on [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. - [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.27.0...1.0.4) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 9c299e4..b47802a 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -33,7 +33,7 @@ otel = [ ] docs = [ "mkdocs-material>=9.5", - "mkdocstrings[python]>=0.27", + "mkdocstrings[python]>=1.0.4", ] dev = [ "pytest>=9.0.3",