From a72215306f8000781bdaeebaa62fe2b138c2eb9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:18:35 +0000 Subject: [PATCH] Bump pdoc3 from 0.11.1 to 0.11.4 Bumps [pdoc3](https://github.com/pdoc3/pdoc) from 0.11.1 to 0.11.4. - [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.11.1...0.11.4) --- updated-dependencies: - dependency-name: pdoc3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 84db197..01b93d0 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.5 and should not be changed by hand. [[package]] name = "black" @@ -645,12 +645,13 @@ files = [ [[package]] name = "pdoc3" -version = "0.11.1" +version = "0.11.4" description = "Auto-generate API documentation for Python projects." optional = false python-versions = ">=3.9" files = [ - {file = "pdoc3-0.11.1.tar.gz", hash = "sha256:20bf2aad8110892573fd350b1bf95f6612b53b55e29b0fc143b5f2b5bcbabfb6"}, + {file = "pdoc3-0.11.4-py3-none-any.whl", hash = "sha256:bcae61de79328b30fce9d52e3554313e3cecb794f35666b30fc75a1b0871b27a"}, + {file = "pdoc3-0.11.4.tar.gz", hash = "sha256:d5e15f8b8f5b0742960f486b28ebe01dc02d82f64155365236bd8c4840ef55b1"}, ] [package.dependencies] @@ -1100,4 +1101,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3150822c81684582a964de9ec000a815007fed32e30559df55c3d6bd712d4cbc" +content-hash = "6936c052ac84a06a1e36454659338649eb1e6d7018454af510f5e5d8f994679e" diff --git a/pyproject.toml b/pyproject.toml index 3d3c2b2..93ff0ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ requests = "^2.32.3" black = "24.10.0" flake8 = "7.1.1" mypy = "1.11.2" -pdoc3 = "0.11.1" +pdoc3 = "0.11.4" pydocstyle = "6.3.0" pytest = "8.3.3" pytest-cov = "5.0.0"