Update pdoc requirement from <=14.5.0,>=4.0.0 to <=14.5.1,>=14.5.1 (#6987)
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/v4.0.0...v14.5.1) --- updated-dependencies: - dependency-name: pdoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6222192a39
commit
94b321cf5f
|
@ -64,7 +64,7 @@ dependencies = [
|
|||
dev = [
|
||||
"click>=7.0,<=8.1.7",
|
||||
"hypothesis>=6.102.4,<=6.102.4",
|
||||
"pdoc>=4.0.0,<=14.5.0",
|
||||
"pdoc<=14.5.1,>=14.5.1",
|
||||
"pyinstaller==6.8.0",
|
||||
"pytest-asyncio>=0.23.6,<=0.23.7",
|
||||
"pytest-cov>=5.0.0,<=5.0.0",
|
||||
|
|
Loading…
Reference in New Issue