summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Houglum <houglum@google.com>2019-03-19 16:12:01 -0700
committerGitHub <noreply@github.com>2019-03-19 16:12:01 -0700
commite3175fa3b5754f16e5674cb5bc7a0e18bf63b282 (patch)
treecf8adb5717fb7fda91f80a2dc29238135a13b054
parent3fabb928b599edbff626f7beabd5462bfdf87e0d (diff)
downloadboto-e3175fa3b5754f16e5674cb5bc7a0e18bf63b282.tar.gz
Update HTTPretty version to something current
The previous commit that changed the HTTPretty version, https://github.com/boto/boto/commit/cf7ede6acc5109b894a2251ced753984cffff991, mentioned that 0.8.7 caused tests to hang, but it provided no bug link, logs, etc. So, after seeing passing TravisCI tests when using v0.9.6, I can only assume that this new version of HTTPretty fixes whatever bugs were occurring when that previous commit was added.
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 007b79d1..e334ae26 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@ requests>=1.2.3,<=2.0.1
rsa==3.1.4
simplejson==3.6.5
argparse==1.2.1
-httpretty>=0.7.0,<=0.8.6
+httpretty>=0.9.6
paramiko>=1.10.0
PyYAML>=3.10
coverage==3.7.1