From ccc7b1bff71c38c94abd0b058a0d4124714152b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 14:05:03 +0000 Subject: [PATCH] build(deps): bump pdoc from 15.0.1 to 15.0.2 Bumps [pdoc](https://github.com/mitmproxy/pdoc) from 15.0.1 to 15.0.2. - [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitmproxy/pdoc/compare/v15.0.1...v15.0.2) --- updated-dependencies: - dependency-name: pdoc dependency-version: 15.0.2 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 1ce1675..72d5f5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ build = [ "twine==6.1.0", ] docs = [ - "pdoc==15.0.1", + "pdoc==15.0.2", ] lint = [ "black==25.1.0",