summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Ball <43632885+catleeball@users.noreply.github.com>2019-03-19 16:15:55 -0700
committerGitHub <noreply@github.com>2019-03-19 16:15:55 -0700
commit9c22f9e964c41c5eae712f1e578621746e8d91d5 (patch)
treecf8adb5717fb7fda91f80a2dc29238135a13b054
parent3fabb928b599edbff626f7beabd5462bfdf87e0d (diff)
parente3175fa3b5754f16e5674cb5bc7a0e18bf63b282 (diff)
downloadboto-9c22f9e964c41c5eae712f1e578621746e8d91d5.tar.gz
Merge pull request #3 from houglum/patch-1
Update HTTPretty version to something current
-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