From 4332401534e44959e8554e192a7cb72ae3701255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:04:14 +0000 Subject: [PATCH] chore(deps-dev): Bump doccmd from 2026.5.25 to 2026.7.19 Bumps [doccmd](https://github.com/adamtheturtle/doccmd) from 2026.5.25 to 2026.7.19. - [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/2026.05.25...2026.07.19) --- updated-dependencies: - dependency-name: doccmd dependency-version: 2026.7.19 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eff32755e..10cfd11a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ optional-dependencies.dev = [ "deptry==0.25.1", "dirty-equals==0.11", "doc8==2.0.0", - "doccmd==2026.5.25", + "doccmd==2026.7.19", "docker==7.2.0", "freezegun==1.5.5", "furo==2025.12.19",