Upgrade to requests 2.5.3

Recent requests were leaking this exception from its vendored copy
of urllib3:

  ProtocolError: ('Connection aborted.', error(101, 'Network is unreachable'))

Update to a version where this is fixed so that we can correctly
detect that and switch to offline mode.

Change-Id: I28a223c0c4a4dd1f9c073e0ddf07985ff52386b2
This commit is contained in:
James E. Blair 2015-03-11 08:11:07 -07:00
parent d7555e3263
commit 712f83fbfa
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ urwid>=1.2.1,!=1.3.0
SQLAlchemy>=0.9.4
GitPython>=0.3.2.RC1
python-dateutil
requests!=2.5.0
requests>=2.5.3,<3.0.0
ordereddict
alembic>=0.6.4
PyYAML>=3.1.0