diff --git a/.eslintrc b/.eslintrc index a3be3a479..70947143a 100644 --- a/.eslintrc +++ b/.eslintrc @@ -30,7 +30,7 @@ rules: no-unneeded-ternary: 2 operator-assignment: [2, "always"] operator-linebreak: [2, "after"] - space-after-keywords: [2, "always"] + keyword-spacing: 2 space-before-blocks: [2, "always"] space-before-function-paren: [2, {"anonymous": "never", "named": "never"}] object-curly-spacing: [2, "never"] diff --git a/requirements.txt b/requirements.txt index c13f1d04e..5d38700eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Jinja2==2.8.0 MarkupSafe==0.23 -Pygments==2.1 +Pygments==2.1.1 pyPEG2==2.15.2 PyYAML==3.11 colorama==0.3.6 diff --git a/tests/integration/data/misc/hello.txt.html b/tests/integration/data/misc/hello.txt.html index 5a59b8934..3b568f5c9 100644 --- a/tests/integration/data/misc/hello.txt.html +++ b/tests/integration/data/misc/hello.txt.html @@ -77,7 +77,7 @@ body .il { color: #666666 } /* Literal.Number.Integer.Long */

1
-2
<html><head></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Hello World!
+2
<html><head></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Hello World!
 </pre></body></html>
 
diff --git a/tox.ini b/tox.ini index b264b3f2c..b64bc9815 100644 --- a/tox.ini +++ b/tox.ini @@ -41,7 +41,7 @@ deps = six==1.10.0 termcolor==1.1.0 vulture==0.8.1 - Werkzeug==0.11.3 + Werkzeug==0.11.4 wheel==0.29.0 xvfbwrapper==0.2.8 cherrypy==5.0.1