From ba8f48221de6b6addfea1baf9c00a5437129e3f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 21:53:59 +0000 Subject: [PATCH] Build(deps): Bump types-markdown from 3.8.0.20250415 to 3.8.0.20250708 Bumps [types-markdown](https://github.com/typeshed-internal/stub_uploader) from 3.8.0.20250415 to 3.8.0.20250708. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-markdown dependency-version: 3.8.0.20250708 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 452b6b5..49f3517 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dev-mkdocs = [ ] dev-mypy = [ "mypy == 1.17.1", - "types-Markdown == 3.8.0.20250415", + "types-Markdown == 3.8.0.20250809", # For checking the noxfile, docs/ script, and tests "pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]", ]