From 6d48feb6a5487a3421c05e9242168ffe91113c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 05:01:47 +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 bc146e9..bba5ee2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dev-mypy = [ "mypy == 1.13.0", # This dependency introduces breaking changes in patch releases "grpc-stubs == 1.53.0.5", - "types-Markdown == 3.7.0.20240822", + "types-Markdown == 3.7.0.20241204", # For checking the noxfile, docs/ script, and tests "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ]