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:
parent
d7555e3263
commit
712f83fbfa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user