From d21856445932258ecae009b37e3c1cf4e07b29a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:09:00 +0000 Subject: [PATCH] Bump autodocsumm from 0.2.12 to 0.2.13 Bumps [autodocsumm](https://github.com/Chilipp/autodocsumm) from 0.2.12 to 0.2.13. - [Release notes](https://github.com/Chilipp/autodocsumm/releases) - [Commits](https://github.com/Chilipp/autodocsumm/compare/v0.2.12...v0.2.13) --- 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 ba981d796..d6c49865e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ docs = [ "sphinx-issues==4.1.0", "alabaster==0.7.16", "sphinx-version-warning==1.1.2", - "autodocsumm==0.2.12", + "autodocsumm==0.2.13", ] tests = ["pytest", "pytz", "simplejson"] dev = ["marshmallow[tests]", "tox", "pre-commit~=3.5"]