From 7edd68d57a139fd9a887b01130ad6d45643c176b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:14:08 +0000 Subject: [PATCH] build(deps-dev): update plumkdocs requirement from 0.0.2 to 0.0.4 Updates the requirements on [plumkdocs](https://github.com/astanziola/plumkdocs) to permit the latest version. - [Release notes](https://github.com/astanziola/plumkdocs/releases) - [Commits](https://github.com/astanziola/plumkdocs/compare/v0.0.2...v0.0.4) --- updated-dependencies: - dependency-name: plumkdocs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cff1d7e..d895a42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ mkdocs-mermaid2-plugin = "^0.6.0" mkdocstrings-python = "^1.1.2" python-kacl = "^0.4.6" pymdown-extensions = "^10.0.1" -plumkdocs = "0.0.2" +plumkdocs = "0.0.4" tqdm = "^4.65.0" opencv-python = "^4.7.0.72"