From 0b607a3548f89a38a15a4aa3c47a8a46019e886b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:24:56 +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/1.0.4...1.0.5) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.5 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 9e1ab85..6ccfe06 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -33,7 +33,7 @@ otel = [ ] docs = [ "mkdocs-material>=9.7.6", - "mkdocstrings[python]>=1.0.4", + "mkdocstrings[python]>=1.0.5", ] dev = [ "pytest>=9.1.1",