diff options
author | drebs <drebs@leap.se> | 2015-06-01 16:13:52 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-06-01 16:30:32 -0300 |
commit | 257f26114ac448832f5d6b9125c32f7075d5c4c2 (patch) | |
tree | 02e78359068343973d6c2cdca03dd2fa4f640273 /common/pkg/requirements-testing.pip | |
parent | 9fb1c47ca7da06d6feef6846b812aec28128ed78 (diff) |
[pkg] bump dependency versions
Conflicts:
client/pkg/requirements.pip
common/pkg/requirements.pip
Diffstat (limited to 'common/pkg/requirements-testing.pip')
-rw-r--r-- | common/pkg/requirements-testing.pip | 6 |
1 files changed, 3 insertions, 3 deletions
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 |