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.
This commit is contained in:
parent
2f51dae2b3
commit
5f248abd7d
2
tox.ini
2
tox.ini
@ -107,7 +107,7 @@ deps =
|
|||||||
{[testenv:misc]deps}
|
{[testenv:misc]deps}
|
||||||
astroid==1.4.3
|
astroid==1.4.3
|
||||||
pylint==1.5.2
|
pylint==1.5.2
|
||||||
requests==2.9.0
|
requests==2.9.1
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m pylint scripts qutebrowser --output-format=colorized --reports=no
|
{envpython} -m pylint scripts qutebrowser --output-format=colorized --reports=no
|
||||||
|
Loading…
Reference in New Issue
Block a user