From 4f377ac91e7854927f21420d9f7a07ab0687dedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 03:46:21 +0000 Subject: [PATCH] Bump types-markdown from 3.7.0.20240822 to 3.7.0.20241204 Bumps [types-markdown](https://github.com/python/typeshed) from 3.7.0.20240822 to 3.7.0.20241204. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-markdown 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 aeb3275c..b7691f04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dev-mkdocs = [ dev-mypy = [ "mypy == 1.13.0", "grpc-stubs == 1.53.0.5", - "types-Markdown == 3.7.0.20240822", + "types-Markdown == 3.7.0.20241204", "types-protobuf == 5.28.3.20241030", # For checking the noxfile, docs/ script, and tests "frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",