From 712f83fbfa03311823453e400eb927e2eda9f15e Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 11 Mar 2015 08:11:07 -0700 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0adfd7b..79ee525 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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