From 1b0c6710fbd7569ea6fcc17372a905b949cf3812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 19:10:30 +0000 Subject: [PATCH] chore(deps-dev): update pdoc requirement in /sdk Updates the requirements on [pdoc](https://github.com/mitmproxy/pdoc) to permit the latest version. - [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitmproxy/pdoc/compare/v15...v16) --- updated-dependencies: - dependency-name: pdoc dependency-version: 16.0.0 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 2775f93..71c09bf 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "mypy-protobuf>=5.1.0", "ruff>=0.15.13", "grpcio-tools>=1.80.0", - "pdoc>=15.0.0", + "pdoc>=16.0.0", ] [project.urls]