diff --git a/requirements-dev.txt b/requirements-dev.txt index 8a13f82..c4d772f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,12 +2,12 @@ --requirement requirements.txt #testing -pytest==2.9.1 +pytest==3.2.5 pytest-cov==2.2.1 -webtest==2.0.20 +webtest==2.0.29 httpretty==0.8.14 coveralls==1.1 mock==1.3.0 #wheel -wheel==0.29.0 +wheel==0.30.0 diff --git a/requirements.txt b/requirements.txt index fc210eb..b497ef9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -requests==2.9.1 +requests==2.18.4 pyramid==1.9.1 -six==1.10.0 +six==1.11.0 \ No newline at end of file