From d61c734f0a20a3a53b14f39638cf2edc19b12708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:33:13 +0000 Subject: [PATCH] deps-dev(deps-dev): update pdoc requirement from >=14.0 to >=16.0.0 Updates the requirements on [pdoc](https://github.com/mitmproxy/pdoc) to permit the latest version. - [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitmproxy/pdoc/compare/v14...v16) --- updated-dependencies: - dependency-name: pdoc dependency-version: 16.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0dfbbd9..c2b88e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ Documentation = "https://github.com/nullhack/python-project-template/tree/main/d [project.optional-dependencies] dev = [ - "pdoc>=14.0", + "pdoc>=16.0.0", "pytest>=9.0.3", "pytest-beehave[html]>=3.3,<4", "pytest-cov>=6.1.1",