From a58e93c21486cfe1f69fbd4e9e7b72fe7a93f319 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 2 Apr 2026 00:23:43 +0000 Subject: [PATCH] [stubsabot] Bump Pygments to 2.20.* Release: https://pypi.org/pypi/Pygments/2.20.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.19.2...2.20.0 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `pygments/lexers/rell.py`. - 0 files included in typeshed's stubs have been deleted. - 31 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 1328. - Total lines of Python code deleted: 655. 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 --- 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 45a1bcecf0b2..7df9c1b91951 100644 --- a/stubs/Pygments/METADATA.toml +++ b/stubs/Pygments/METADATA.toml @@ -1,4 +1,4 @@ -version = "2.19.*" +version = "2.20.*" upstream_repository = "https://github.com/pygments/pygments" dependencies = ["types-docutils"] partial_stub = true