From 8fe903860f638b4874f38f3d156701072aac934f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:58:16 +0000 Subject: [PATCH] Bump pdoc3 from 0.10.0 to 0.11.0 Bumps [pdoc3](https://github.com/pdoc3/pdoc) from 0.10.0 to 0.11.0. - [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.0) --- updated-dependencies: - dependency-name: pdoc3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 +++++------ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 07de198..1442ee4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "click" @@ -237,13 +237,12 @@ files = [ [[package]] name = "pdoc3" -version = "0.10.0" +version = "0.11.0" description = "Auto-generate API documentation for Python projects." optional = false -python-versions = ">= 3.6" +python-versions = ">=3.7" files = [ - {file = "pdoc3-0.10.0-py3-none-any.whl", hash = "sha256:ba45d1ada1bd987427d2bf5cdec30b2631a3ff5fb01f6d0e77648a572ce6028b"}, - {file = "pdoc3-0.10.0.tar.gz", hash = "sha256:5f22e7bcb969006738e1aa4219c75a32f34c2d62d46dc9d2fb2d3e0b0287e4b7"}, + {file = "pdoc3-0.11.0.tar.gz", hash = "sha256:12f28c6ee045ca8ad6a624b86d1982c51de20e83c0a721cd7b0933f44ae0a655"}, ] [package.dependencies] @@ -445,4 +444,4 @@ cli = ["click", "pyclip", "rich"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "4c5df1a8bd756214d1cb99b5e3acb902634265331ebc0df11e3725e6d328baac" +content-hash = "f8a8f1153e1150df364d5e0703340ae6950c78d7d3556400fde6b2edc2899970" diff --git a/pyproject.toml b/pyproject.toml index a558665..a1713f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ pytest = "^8.0.1" [tool.poetry.group.docs.dependencies] setuptools = ">=69,<71" -pdoc3 = "^0.10.0" +pdoc3 = ">=0.10,<0.12" [tool.poetry.group.dev.dependencies] ruff = "^0.4.2"