From d799970f659f3c97f0ccf7a74c9b603c2dab4ef9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 2 Mar 2016 07:29:41 +0100 Subject: [PATCH] requirements: Update pygments to 2.1.1 - Fixed Jython compatibility - Fixed HTML formatter output with leading empty lines - Added a mapping table for LaTeX encodings and added utf8 - Fixed image formatter font searching on Macs - Fixed deepcopy-ing of Token instances - Fixed Julia string interpolation - Fixed statefulness of HttpLexer between get_tokens calls - Many smaller fixes to various lexers --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d38700eb..26ff8883f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Jinja2==2.8.0 MarkupSafe==0.23 -Pygments==2.1.1 +Pygments==2.1.2 pyPEG2==2.15.2 PyYAML==3.11 colorama==0.3.6