From c332db4703c33b8e92c1ef03e34b81c089106a4f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 7 Feb 2016 17:57:39 +0100 Subject: [PATCH] tox: Update decorator to 4.0.8. Switched to a new changelog format (the one in http://keepachangelog.com/) since it was contributed by Alexander Artemenko. Re-added a newline to support old version of Python, as requested by azjps. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8a530ca8b..e1007fd29 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ deps = -r{toxinidir}/requirements.txt beautifulsoup4==4.4.1 coverage==4.0.3 - decorator==4.0.6 # rq.filter: != 4.0.7 + decorator==4.0.8 Flask==0.10.1 glob2==0.4.1 httpbin==0.4.1