From c8b03ca89d0df79bab7b6069cd8a48d8972c89a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 20:56:57 +0000 Subject: [PATCH] Update pdoc requirement from <=14.6.0,>=14.5.1 to >=14.5.1,<=14.6.1 (#7146) 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.1...v14.6.1) --- updated-dependencies: - dependency-name: pdoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddb8047dd..18cb8d69a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ dev = [ "click>=7.0,<=8.1.7", "hypothesis>=6.104.2,<=6.111.2", - "pdoc>=14.5.1,<=14.6.0", + "pdoc>=14.5.1,<=14.6.1", "pyinstaller==6.10.0", "pyinstaller-hooks-contrib==2024.8", "pytest-asyncio>=0.23.6,<=0.24.0",