From c70e0daa7f77a3739e874c3788f254281038c5bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 09:24:17 +0000 Subject: [PATCH] build(deps-dev): bump types-markdown Bumps [types-markdown](https://github.com/python/typeshed) from 3.10.2.20260408 to 3.10.2.20260518. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-markdown dependency-version: 3.10.2.20260518 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 acb8eb6..fd7959f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dev-mkdocs = [ dev-mypy = [ "mypy == 2.1.0", "grpc-stubs == 1.53.0.6", - "types-Markdown == 3.10.2.20260408", + "types-Markdown == 3.10.2.20260518", "types-protobuf == 7.34.1.20260518", # For checking the noxfile, docs/ script, and tests "frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",