From 76cd40e08322cec61ad5d6a95baec42afc7b1ea3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 22:36:36 -0700 Subject: [PATCH] [stubsabot] Bump Markdown to 3.8.* (#13819) Release: https://pypi.org/pypi/Markdown/3.8 Homepage: https://Python-Markdown.github.io/ Repository: https://github.com/Python-Markdown/markdown Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/Markdown Changelog: https://python-markdown.github.io/changelog/ Diff: https://github.com/Python-Markdown/markdown/compare/3.7...3.8 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 12 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 730. - Total lines of Python code deleted: 103. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI Co-authored-by: stubsabot <> --- stubs/Markdown/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/Markdown/METADATA.toml b/stubs/Markdown/METADATA.toml index 7720828f4..68fead4ec 100644 --- a/stubs/Markdown/METADATA.toml +++ b/stubs/Markdown/METADATA.toml @@ -1,4 +1,4 @@ -version = "3.7.*" +version = "3.8.*" upstream_repository = "https://github.com/Python-Markdown/markdown" partial_stub = true