Skip to content

Commit d61c734

Browse files
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](mitmproxy/pdoc@v14...v16) --- updated-dependencies: - dependency-name: pdoc dependency-version: 16.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7c6e46 commit d61c734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Documentation = "https://github.com/nullhack/python-project-template/tree/main/d
2121

2222
[project.optional-dependencies]
2323
dev = [
24-
"pdoc>=14.0",
24+
"pdoc>=16.0.0",
2525
"pytest>=9.0.3",
2626
"pytest-beehave[html]>=3.3,<4",
2727
"pytest-cov>=6.1.1",

0 commit comments

Comments
 (0)