Skip to content

Commit 740069b

Browse files
committed
Upgrade pygments to 2.19.1
1 parent dd15706 commit 740069b

37 files changed

+91
-65
lines changed

news/pygments.vendor.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade pygments to 2.19.1

src/pip/_vendor/pygments/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
.. _Pygments master branch:
2222
https://github.com/pygments/pygments/archive/master.zip#egg=Pygments-dev
2323
24-
:copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
24+
:copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
2525
:license: BSD, see LICENSE for details.
2626
"""
2727
from io import StringIO, BytesIO
2828

29-
__version__ = '2.18.0'
29+
__version__ = '2.19.1'
3030
__docformat__ = 'restructuredtext'
3131

3232
__all__ = ['lex', 'format', 'highlight']

src/pip/_vendor/pygments/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Main entry point for ``python -m pygments``.
66
7-
:copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
7+
:copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

src/pip/_vendor/pygments/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Command line interface.
66
7-
:copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
7+
:copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

src/pip/_vendor/pygments/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Format colored console output.
66
7-
:copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
7+
:copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

src/pip/_vendor/pygments/filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Module that implements the default filter.
66
7-
:copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
7+
:copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

src/pip/_vendor/pygments/filters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Module containing filter lookup functions and default
66
filters.
77
8-
:copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
8+
:copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

src/pip/_vendor/pygments/formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Base formatter class.
66
7-
:copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
7+
:copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

src/pip/_vendor/pygments/formatters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Pygments formatters.
66
7-
:copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
7+
:copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

src/pip/_vendor/pygments/formatters/_mapping.py

100755100644
File mode changed.

0 commit comments

Comments
 (0)