[Pygments] Update to 2.20.0 (#15605)

This commit is contained in:
Brian Schubert
2026-04-04 11:28:33 -04:00
committed by GitHub
parent 19ebf8bae6
commit 174c9325c3
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version = "2.19.*"
version = "2.20.*"
upstream_repository = "https://github.com/pygments/pygments"
dependencies = ["types-docutils"]
partial_stub = true
+2
View File
@@ -1,8 +1,10 @@
from _typeshed import Incomplete
from collections.abc import Iterable
CS_ESCAPE: Incomplete
FIRST_ELEMENT: Incomplete
def commonprefix(m: Iterable[str]) -> str: ...
def make_charset(letters): ...
def regex_opt_inner(strings, open_paren): ...
def regex_opt(strings, prefix: str = "", suffix: str = ""): ...