From 5ecd935ee38d682a400ddf37faf7c1033a9ff5e1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 7 Oct 2015 06:39:08 +0200 Subject: [PATCH] tox: Update six to 1.10.0. Upstream changelog: - Improve the performance of `six.int2byte` on Python 3. - Don't add the `winreg` module to `six.moves` on non-Windows platforms. - Add `six.moves.getcwd` and `six.moves.getcwdu`. - Add `create_unbound_method` to create unbound methods. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1c9da8c3e..7e7af4ab1 100644 --- a/tox.ini +++ b/tox.ini @@ -90,7 +90,7 @@ deps = astroid==1.3.8 pylint==1.4.4 logilab-common==1.0.2 - six==1.9.0 + six==1.10.0 vulture==0.8.1 commands = {envpython} scripts/link_pyqt.py --tox {envdir}