tox: Update Werkzeug to 0.11.2.

- Fix inheritable sockets on Windows on Python 3.
- Fixed an issue with the forking server not starting any longer.
- Fixed SSL wrapping on platforms that supported opening sockets
  by file descriptor.
- No longer log from the watchdog reloader.
- Unicode errors in hosts are now better catched or converted into
  bad request errors.
This commit is contained in:
Florian Bruhin 2015-11-12 20:30:26 +01:00
parent ba902f1d92
commit ef79b87597

View File

@ -39,7 +39,7 @@ deps =
six==1.10.0
termcolor==1.1.0
vulture==0.8.1
Werkzeug==0.11.1
Werkzeug==0.11.2
wheel==0.26.0
xvfbwrapper==0.2.5
commands =