From 266f9a81b198986b64b3446a52ae68502bc9fc2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 02:32:41 +0100 Subject: [PATCH] [stubsabot] Bump Pygments to 2.15.* (#10030) Release: https://pypi.org/pypi/Pygments/2.15.0 Homepage: https://pygments.org Changelog: https://github.com/pygments/pygments/blob/master/CHANGES Diff: https://github.com/pygments/pygments/compare/2.14.0...2.15.0 Stubsabot analysis of the diff between the two releases: - 3 public Python files have been added: `pygments/lexers/carbon.py`, `pygments/lexers/dax.py`, `pygments/lexers/wgsl.py`. - 0 files included in typeshed's stubs have been deleted. - 28 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 2582. - Total lines of Python code deleted: 502. --- 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 3f4ba4a90..1a86c302a 100644 --- a/stubs/Pygments/METADATA.toml +++ b/stubs/Pygments/METADATA.toml @@ -1,4 +1,4 @@ -version = "2.14.*" +version = "2.15.*" requires = ["types-docutils", "types-setuptools"] [tool.stubtest]