From 4e37d599299cd14ffd3f99d330920b3409659c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:26:49 +0000 Subject: [PATCH] Bump autodocsumm from 0.2.13 to 0.2.14 Bumps [autodocsumm](https://github.com/Chilipp/autodocsumm) from 0.2.13 to 0.2.14. - [Release notes](https://github.com/Chilipp/autodocsumm/releases) - [Commits](https://github.com/Chilipp/autodocsumm/compare/v0.2.13...v0.2.14) --- updated-dependencies: - dependency-name: autodocsumm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1894c58ac..13e8c1e70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ docs = [ "sphinx-issues==5.0.0", "alabaster==1.0.0", "sphinx-version-warning==1.1.2", - "autodocsumm==0.2.13", + "autodocsumm==0.2.14", ] tests = ["pytest", "simplejson"] dev = ["marshmallow[tests]", "tox", "pre-commit>=3.5,<5.0"]