Update pdoc requirement from <=14.7.0,>=14.5.1 to >=14.5.1,<=15.0.0 (#7292)

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...v15)

---
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:
dependabot[bot] 2024-11-02 00:00:45 +01:00 committed by GitHub
parent e351dab10d
commit a10a46ed25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ dependencies = [
dev = [
"click>=7.0,<=8.1.7",
"hypothesis>=6.104.2,<=6.112.2",
"pdoc>=14.5.1,<=14.7.0",
"pdoc>=14.5.1,<=15.0.0",
"pyinstaller==6.10.0",
"pyinstaller-hooks-contrib==2024.8",
"pytest-asyncio>=0.23.6,<=0.24.0",