From 9ba9e755e9f7f0ee76297ed0f6dae97cf63ae252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:30:50 +0000 Subject: [PATCH] Update pdoc requirement from ^14 to ^15 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...v15) --- updated-dependencies: - dependency-name: pdoc 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 bb6e3661..29501d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ pytest-cov = "*" pytest-watch = "*" pytest-flake8 = "*" coverage = "==7.6.1" -pdoc = "^14" +pdoc = "^15" more-itertools = "~=10.5.0" pre-commit = "==v3.8.0" pytest-xdist = "^3.5.0"