From 4fe30728305308a1dd73081ce9bb38e8983d6a63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 09:56:55 +0000 Subject: [PATCH] Update pdoc3 requirement from <0.11,>=0.10 to >=0.10,<0.12 Updates the requirements on [pdoc3](https://github.com/pdoc3/pdoc) to permit the latest version. - [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.6) --- updated-dependencies: - dependency-name: pdoc3 dependency-version: 0.11.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a00e92d7..39f3d00f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,7 @@ install_requires = dev = build >=0.7,<1.3 mypy >=1.14,<2.0 - pdoc3 >=0.10,<0.11 + pdoc3 >=0.10,<0.12 pycodestyle >=2.8,<3 # formatter pylint >=3.3,<4 # code linter setuptools >=42,<81