From 4b080b2de30974cae6215bd15fe3d3705b5917ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 12:57:12 +0000 Subject: [PATCH] chore(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 4bf2c65..cd3755b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ build = [ "twine==6.1.0", ] docs = [ - "pdoc==15.0.1", + "pdoc==15.0.2", ] lint = [ "black==25.1.0",