From cb074e527ddbed9c850fe11dc19bc5db03977a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 21:54:05 +0000 Subject: [PATCH] Build(deps): Bump types-markdown from 3.8.0.20250413 to 3.8.0.20250415 Bumps [types-markdown](https://github.com/typeshed-internal/stub_uploader) from 3.8.0.20250413 to 3.8.0.20250415. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-markdown dependency-version: 3.8.0.20250415 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 f3ec8ac..874b780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dev-mkdocs = [ ] dev-mypy = [ "mypy == 1.15.0", - "types-Markdown == 3.8.0.20250413", + "types-Markdown == 3.8.0.20250415", # For checking the noxfile, docs/ script, and tests "frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]", ]