From a51dd6d6d86bf1bdf87c22cbacfe2fda231418dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:58:15 -0800 Subject: [PATCH] [stubsabot] Bump Pygments to 2.19.* (#13370) Release: https://pypi.org/pypi/Pygments/2.19.0 Homepage: https://pygments.org Repository: https://github.com/pygments/pygments Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/Pygments Changelog: https://github.com/pygments/pygments/blob/master/CHANGES Diff: https://github.com/pygments/pygments/compare/2.18.0...2.19.0 Stubsabot analysis of the diff between the two releases: - 9 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 36 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 2960. - Total lines of Python code deleted: 694. --- stubs/Pygments/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/Pygments/METADATA.toml b/stubs/Pygments/METADATA.toml index 9577e4460..6d0e6326d 100644 --- a/stubs/Pygments/METADATA.toml +++ b/stubs/Pygments/METADATA.toml @@ -1,4 +1,4 @@ -version = "2.18.*" +version = "2.19.*" upstream_repository = "https://github.com/pygments/pygments" requires = ["types-docutils", "types-setuptools"] partial_stub = true