From 3a5eba162db77c76bd0bb035c84ffa42a8a08b0e Mon Sep 17 00:00:00 2001
From: Ivan Alejandro <ivanalejandro0@gmail.com>
Date: Fri, 10 Jul 2015 19:27:47 -0300
Subject: [PATCH] [pkg] bump dependencies

---
 changes/VERSION_COMPAT | 4 +---
 pkg/requirements.pip   | 5 +++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT
index 6a972b71d..f35d01c67 100644
--- a/changes/VERSION_COMPAT
+++ b/changes/VERSION_COMPAT
@@ -11,6 +11,4 @@
 #
 # BEGIN DEPENDENCY LIST -------------------------
 # leap.foo.bar>=x.y.z
-leap.keymanager>=0.4.0
-leap.mail>=0.4.0
-leap.common>=0.4
+leap.mail>=0.4.0  # this is not tagged/released yet
diff --git a/pkg/requirements.pip b/pkg/requirements.pip
index c6174648e..c9fc72160 100644
--- a/pkg/requirements.pip
+++ b/pkg/requirements.pip
@@ -25,8 +25,9 @@ pyzmq
 txzmq
 
 leap.soledad.client>=0.6.0
-leap.keymanager>=0.3.8
-leap.mail>=0.3.9
+leap.keymanager>=0.4.0
+leap.mail>=0.4.0rc1
+leap.common>=0.4.0
 
 # Remove this when u1db fixes its dependency on oauth
 oauth
-- 
GitLab