--- a/ThirdParty/Pygments/pygments/__init__.py Sat Jan 12 12:11:42 2019 +0100 +++ b/ThirdParty/Pygments/pygments/__init__.py Sat Jan 12 12:40:14 2019 +0100 @@ -29,7 +29,7 @@ from pygments.util import StringIO, BytesIO -__version__ = '2.2.0' +__version__ = '2.3.1' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight']