From 71c6ad882c2322eb706bcd13845dfe3be70b4c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 12:43:03 +0000 Subject: [PATCH] chore(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 bf58fba..1c32df1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ build = [ "twine==6.1.0", ] docs = [ - "pdoc==15.0.3", + "pdoc==15.0.4", ] lint = [ "black==25.1.0",