From 9c7b62e2a5fd7a2b122b5efa0ed356838e6c1cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 22:30:59 +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 f0ce3d3..e66553a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev-mkdocs = [ ] dev-mypy = [ "mypy == 1.15.0", - "types-Markdown == 3.7.0.20241204", + "types-Markdown == 3.7.0.20250322", # For checking the noxfile, docs/ script, and tests "frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest]", ]