From ca28b1f24dd20f77522e5b7f20f2e289bdef6733 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 00:35:13 +0000 Subject: [PATCH] [stubsabot] Bump Pygments to 2.14.* (#9440) Release: https://pypi.org/pypi/Pygments/2.14.0 Homepage: https://pygments.org/ Changelog: https://github.com/pygments/pygments/blob/master/CHANGES Diff: https://github.com/pygments/pygments/compare/2.13.0...2.14.0 Stubsabot analysis of the diff between the two releases: - 11 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 7 files included in typeshed's stubs have been modified or renamed: `pygments/__init__.py`, `pygments/formatters/__init__.py`, `pygments/formatters/html.py`, `pygments/formatters/irc.py`, `pygments/lexer.py`, `pygments/lexers/__init__.py`, `pygments/sphinxext.py`. - Total lines of Python code added: 3094. - Total lines of Python code deleted: 1387. 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/Pygments/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/Pygments/METADATA.toml b/stubs/Pygments/METADATA.toml index 5e1cb889f..f10cb1706 100644 --- a/stubs/Pygments/METADATA.toml +++ b/stubs/Pygments/METADATA.toml @@ -1,2 +1,2 @@ -version = "2.13.*" +version = "2.14.*" requires = ["types-docutils", "types-setuptools"]