From 56b366b028b67e97c242c6d05bf3436aa31df7f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:20:49 +0000 Subject: [PATCH] build(deps-dev): bump pdoc from 15.0.4 to 16.0.0 Bumps [pdoc](https://github.com/mitmproxy/pdoc) from 15.0.4 to 16.0.0. - [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitmproxy/pdoc/compare/v15.0.4...v16) --- updated-dependencies: - dependency-name: pdoc dependency-version: 16.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e6c7d4..0caa085 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ build = [ "twine==6.2.0", ] docs = [ - "pdoc==15.0.4", + "pdoc==16.0.0", ] lint = [ "black==25.11.0",