From a1bc839cb233fccf53b99ddec735de0324b881d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:49:56 +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 c0f5268..36c2db4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev-mkdocs = [ ] dev-mypy = [ "mypy == 1.13.0", - "types-Markdown == 3.7.0.20240822", + "types-Markdown == 3.7.0.20241204", "types-protobuf == 5.28.3.20241030", "grpc-stubs == 1.53.0.5", # This dependency introduces breaking changes in patch releases # For checking the noxfile, docs/ script, and tests