From aba249e8afeda390603db69d1ba19c492c86ac49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:18:02 +0000 Subject: [PATCH] build(deps): bump pdoc from 15.0.3 to 15.0.4 Bumps [pdoc](https://github.com/mitmproxy/pdoc) from 15.0.3 to 15.0.4. - [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitmproxy/pdoc/compare/v15.0.3...v15.0.4) --- updated-dependencies: - dependency-name: pdoc dependency-version: 15.0.4 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 2730f98..5b3ee1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ build = [ "twine==6.1.0", ] docs = [ - "pdoc==15.0.3", + "pdoc==15.0.4", ] lint = [ "black==25.1.0",