From e91ddf395e334e2c980e3aed4b28bc5e6eb15ea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 07:00:49 +0000 Subject: [PATCH] Bump pdoc from 14.4.0 to 14.6.1 Bumps [pdoc](https://github.com/mitmproxy/pdoc) from 14.4.0 to 14.6.1. - [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitmproxy/pdoc/compare/v14.4.0...v14.6.1) --- updated-dependencies: - dependency-name: pdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 839bc01..bba9140 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "pylint==3.2.2", "tox==4.11.4", "build==1.0.3", - "pdoc==14.4.0", + "pdoc==14.6.1", "notebook==7.1.3" ] diff --git a/requirements-dev.txt b/requirements-dev.txt index c2a02e3..9627796 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,5 +2,5 @@ coverage==7.5.3 pylint==3.2.2 tox==4.11.4 build==1.0.3 -pdoc==14.4.0 +pdoc==14.6.1 notebook==7.1.3