From 81d81c6ed30dbe1f774d2f7f2246cadfaca712da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:46:06 +0000 Subject: [PATCH] Update pdoc requirement from ~=14.5 to ~=14.6 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.5.0...v14.6.0) --- updated-dependencies: - dependency-name: pdoc dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index dfa6881..5a7d56c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ -r requirements.txt auditwheel~=6.1 patchelf~=0.17 -pdoc~=14.5 +pdoc~=14.6 pytest~=8.3 pytest-asyncio~=0.23 pytest-cov~=5.0