From 9763fc8284f6287a910cb6143cf7d6a80c19af3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:02:07 +0000 Subject: [PATCH] Chore(deps): Bump sphinxcontrib-plantuml from 0.27 to 0.30 Bumps [sphinxcontrib-plantuml](https://github.com/sphinx-contrib/plantuml) from 0.27 to 0.30. - [Commits](https://github.com/sphinx-contrib/plantuml/compare/0.27...0.30) --- updated-dependencies: - dependency-name: sphinxcontrib-plantuml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db4ba61..94981f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "typer==0.12.5", ] optional-dependencies.cosmos = [ "cosmospy==6" ] -optional-dependencies.docs = [ "sphinxcontrib-plantuml==0.27" ] +optional-dependencies.docs = [ "sphinxcontrib-plantuml==0.30" ] optional-dependencies.ethereum = [ "eth-account>=0.4" ] optional-dependencies.nuls2 = [ "nuls2-sdk==0.1" ] optional-dependencies.polkadot = [ "substrate-interface==1.3.4" ] @@ -84,7 +84,7 @@ dependencies = [ "types-requests==2.32.0.20240602", "types-setuptools==70.0.0.20240524", "typing_extensions==4.12.2", - "sphinxcontrib-plantuml==0.27", + "sphinxcontrib-plantuml==0.30", ] [tool.hatch.envs.testing]