From dc6e55d9400155f5302bce95c3b816f5dd1dbeb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:08:32 +0000 Subject: [PATCH] Bump types-markdown from 3.7.0.20241204 to 3.7.0.20250322 Bumps [types-markdown](https://github.com/python/typeshed) from 3.7.0.20241204 to 3.7.0.20250322. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-markdown dependency-version: 3.7.0.20250322 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 fb3f131..febd89b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dev-mkdocs = [ ] dev-mypy = [ "mypy == 1.15.0", - "types-Markdown == 3.7.0.20241204", + "types-Markdown == 3.7.0.20250322", "types-protobuf == 5.29.1.20250315", # For checking the noxfile, docs/ script, and tests "frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",