Skip to content

Commit 1e14308

Browse files
committed
Upgrade pygments to 2.19.2
1 parent 4a307a5 commit 1e14308

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.2

src/pip/_vendor/pygments/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"""
2727
from io import StringIO, BytesIO
2828

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

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

src/pip/_vendor/vendor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requests==2.32.3
1010
idna==3.10
1111
urllib3==1.26.20
1212
rich==14.0.0
13-
pygments==2.19.1
13+
pygments==2.19.2
1414
typing_extensions==4.13.2
1515
resolvelib==1.1.0
1616
setuptools==70.3.0

0 commit comments

Comments
 (0)