From 74a69a1fd69131935773e68309547caeaabd44fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 15:48:05 +0000 Subject: [PATCH] Update pdoc requirement from ~=14.0 to ~=14.1 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.0.0...v14.1.0) --- updated-dependencies: - dependency-name: pdoc dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 180bd0b..c953c47 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ -r requirements.txt auditwheel~=5.4 patchelf~=0.17 -pdoc~=14.0 +pdoc~=14.1 pytest~=7.4 pytest-asyncio~=0.21 pytest-cov~=4.1