From cdba9fdd232eb195b46b15a8622cde8ab2889960 Mon Sep 17 00:00:00 2001
From: Ivan Alejandro <ivanalejandro0@gmail.com>
Date: Fri, 10 Jul 2015 15:25:12 -0300
Subject: [PATCH] [pkg] bump dependencies

bump leap.common min required version, new change needed
'collect_plugins'.
---
 client/changes/VERSION_COMPAT | 1 -
 client/pkg/requirements.pip   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/client/changes/VERSION_COMPAT b/client/changes/VERSION_COMPAT
index a24751f9..9323d445 100644
--- a/client/changes/VERSION_COMPAT
+++ b/client/changes/VERSION_COMPAT
@@ -9,4 +9,3 @@
 # BEGIN DEPENDENCY LIST -------------------------
 # leap.foo.bar>=x.y.z
 #
-leap.common >= 0.4.1  # collect_plugins
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip
index 26f7c979..570cd09e 100644
--- a/client/pkg/requirements.pip
+++ b/client/pkg/requirements.pip
@@ -8,7 +8,7 @@ zope.proxy
 twisted
 
 # leap deps -- bump me!
-leap.common>=0.4.0
+leap.common>=0.4.1
 leap.soledad.common>=0.6.5
 
 # XXX -- fix me!
-- 
GitLab