From 1353c3069ba6c406f5ad84208988d64d23dc8c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:06:43 +0000 Subject: [PATCH] Bump types-markdown from 3.10.2.20260518 to 3.10.2.20260712 Bumps [types-markdown](https://github.com/python/typeshed) from 3.10.2.20260518 to 3.10.2.20260712. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-markdown dependency-version: 3.10.2.20260712 dependency-type: direct:development 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 83482a1..def9b22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "mypy==2.1.0", "pre-commit==4.6.1", "types-PyYAML==6.0.12.20260724", - "types-Markdown==3.10.2.20260518", + "types-Markdown==3.10.2.20260712", ] doc = [ "mkdocs==1.6.1",