From 9b88167ae182310205d26b193ef1a0ccbe3071d1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 11 Dec 2015 06:41:42 +0100 Subject: [PATCH] tox: Update decorator to 4.0.6. Removed a file x.py accidentally entered in the tarball --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index af664814f..4aeb3c795 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.5 + decorator==4.0.6 Flask==0.10.1 glob2==0.4.1 httpbin==0.4.0