From 0b414ca911c063bbdacdb00cd7a8aa9f5a9016ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:39:47 +0000 Subject: [PATCH] Bump pdoc3 from 0.10.0 to 0.11.1 Bumps [pdoc3](https://github.com/pdoc3/pdoc) from 0.10.0 to 0.11.1. - [Release notes](https://github.com/pdoc3/pdoc/releases) - [Changelog](https://github.com/pdoc3/pdoc/blob/master/CHANGELOG) - [Commits](https://github.com/pdoc3/pdoc/compare/0.10.0...0.11.1) --- updated-dependencies: - dependency-name: pdoc3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c8976c7..7eec0fe 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ "mypy==1.11.2", "pylint==3.2.7", "pycodestyle==2.12.1", - "pdoc3==0.10.0", + "pdoc3==0.11.1", "build==1.2.2", "pytest==8.3.3", "pytest-xdist==3.6.1",