From 5f248abd7d2188cc1ebf45f004c21bc46e512b25 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 29 Dec 2015 14:47:42 +0100 Subject: [PATCH] tox: Update requests to 2.9.1. Bugfixes - Resolve regression introduced in 2.9.0 that made it impossible to send binary strings as bodies in Python 3. - Fixed errors when calculating cookie expiration dates in certain locales. Miscellaneous - Updated bundled urllib3 to 1.13.1. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4145716ea..b301eb4b7 100644 --- a/tox.ini +++ b/tox.ini @@ -107,7 +107,7 @@ deps = {[testenv:misc]deps} astroid==1.4.3 pylint==1.5.2 - requests==2.9.0 + requests==2.9.1 commands = {envpython} scripts/link_pyqt.py --tox {envdir} {envpython} -m pylint scripts qutebrowser --output-format=colorized --reports=no