tox: Update Mako to 1.0.4

[test] [feature] The default test runner is now py.test. Running “python
setup.py test” will make use of py.test instead of nose. nose still works as a
test runner as well, however.

[lexer] [bug] Major improvements to lexing of intricate Python sections which
may contain complex backslash sequences, as well as support for the bitwise
operator (e.g. pipe symbol) inside of expression sections distinct from the
Mako “filter” operator, provided the operator is enclosed within parentheses or
brackets. Pull request courtesy Daniel Martin.

[feature] Added new method Template.list_defs(). Pull request courtesy Jonathan
Vanasco.
This commit is contained in:
Florian Bruhin 2016-03-11 06:55:05 +01:00
parent a94abb0858
commit 8a0d89d940

View File

@ -22,7 +22,7 @@ deps =
httpbin==0.4.1
hypothesis==3.1.0
itsdangerous==0.24
Mako==1.0.3
Mako==1.0.4
parse==1.6.6
parse-type==0.3.4
py==1.4.31