From 0ae19b729a311b705cd3234fd3ba8995c268a8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 04:27:31 +0000 Subject: [PATCH] Bump pdoc from 14.0.0 to 14.1.0 Bumps [pdoc](https://github.com/mitmproxy/pdoc) from 14.0.0 to 14.1.0. - [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 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 4f2c2b4..bd84e6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "pylint==2.17.5", "tox==4.11.3", "build==1.0.3", - "pdoc==14.0.0", + "pdoc==14.1.0", "notebook==7.0.3" ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 95c7568..d38f9f1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,5 +2,5 @@ coverage==7.3.1 pylint==2.17.5 tox==4.11.3 build==1.0.3 -pdoc==14.0.0 +pdoc==14.1.0 notebook==7.0.3 \ No newline at end of file