From 79ea2afaf246c519245949ab4479b64d83790e60 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 1 Jun 2015 16:13:52 -0300 Subject: [pkg] bump dependency versions --- client/pkg/requirements.pip | 4 ++-- common/pkg/requirements-testing.pip | 6 +++--- common/pkg/requirements.pip | 3 --- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index e00ab961..70f5b3ba 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -8,8 +8,8 @@ zope.proxy twisted # leap deps -- bump me! -leap.common -leap.soledad.common>=0.6.0 +leap.common>=0.4.0 +leap.soledad.common>=0.6.5 # XXX -- fix me! # oauth is not strictly needed by us, but we need it until u1db adds it to its diff --git a/common/pkg/requirements-testing.pip b/common/pkg/requirements-testing.pip index c72c9fc4..e23135ac 100644 --- a/common/pkg/requirements-testing.pip +++ b/common/pkg/requirements-testing.pip @@ -1,6 +1,6 @@ mock testscenarios -leap.common -leap.soledad.server -leap.soledad.client +leap.common>=0.4.0 +leap.soledad.server>=0.7.0 +leap.soledad.client>=0.7.0 setuptools-trial diff --git a/common/pkg/requirements.pip b/common/pkg/requirements.pip index ea2f3fa2..287741d2 100644 --- a/common/pkg/requirements.pip +++ b/common/pkg/requirements.pip @@ -1,9 +1,6 @@ simplejson u1db -# leap deps -- bump me! -leap.common - # XXX -- fix me! # oauth is not strictly needed by us, but we need it until u1db adds it to its # release as a dep. -- cgit v1.2.3