From de0542929a65e1c740203c5f824f31d8bdda22f7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 22 Oct 2015 22:24:40 +0200 Subject: [PATCH] tox: Update httpbin to 0.4.0. - New /image/svg endpoint - add deploy to heroku button - add 406 response to /image - don't always emit the transfer-encoding header for stream endpoint. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8f1c76f8d..05ca50183 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ deps = coverage==4.0.1 pytest-cov==2.2.0 beautifulsoup4==4.4.1 - httpbin==0.3.0 + httpbin==0.4.0 itsdangerous==0.24 Werkzeug==0.10.4 vulture==0.8.1