From 36250c13701016cd7e523dc29bf0239f7a9f8a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 12:01:41 +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 d2d6dff..aba9c7a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ -r requirements.txt auditwheel~=6.0 patchelf~=0.17 -pdoc~=14.5 +pdoc~=14.6 pytest~=8.2 pytest-asyncio~=0.23 pytest-cov~=5.0