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
This commit is contained in:
Florian Bruhin 2016-02-15 07:07:34 +01:00
parent 5c53cf0054
commit f8cfdf0623

View File

@ -1,6 +1,6 @@
Jinja2==2.8.0 Jinja2==2.8.0
MarkupSafe==0.23 MarkupSafe==0.23
Pygments==2.1 Pygments==2.1.1
pyPEG2==2.15.2 pyPEG2==2.15.2
PyYAML==3.11 PyYAML==3.11
colorama==0.3.6 colorama==0.3.6