From c997eea7072393f823101229145b92c214042cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 05:22:53 +0000 Subject: [PATCH] Bump doccmd from 2024.9.26 to 2024.9.27 Bumps [doccmd](https://github.com/adamtheturtle/doccmd) from 2024.9.26 to 2024.9.27. - [Release notes](https://github.com/adamtheturtle/doccmd/releases) - [Changelog](https://github.com/adamtheturtle/doccmd/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamtheturtle/doccmd/compare/2024.09.26...2024.09.27) --- updated-dependencies: - dependency-name: doccmd 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 bf32366b7..859da0411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ optional-dependencies.dev = [ "deptry==0.20.0", "dirty-equals==0.8.0", "doc8==1.1.1", - "doccmd==2024.9.26", + "doccmd==2024.9.27", "docker==7.1.0", "enum-tools[sphinx]==0.12.0", "freezegun==1.5.1",