diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-04-04 16:21:47 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-04-04 16:21:47 -0300 |
commit | f09baf67939b7d169e8e006cae38b67c391a0aae (patch) | |
tree | ac5edff77ddcd4ee93c733156be01f6d0b4fa299 | |
parent | 28cc588c0f6563efdae37b44a4e647f617296dab (diff) |
Update dependencies
-rw-r--r-- | changes/VERSION_COMPAT | 11 | ||||
-rw-r--r-- | pkg/requirements.pip | 2 |
2 files changed, 11 insertions, 2 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index dfe67ab4..cc00ecf7 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -1 +1,10 @@ -leap.common >= 0.3.7 # memoize +################################################# +# This file keeps track of the recent changes +# introduced in internal leap dependencies. +# Add your changes here so we can properly update +# requirements.pip during the release process. +# (leave header when resetting) +################################################# +# +# BEGIN DEPENDENCY LIST ------------------------- +# leap.foo.bar>=x.y.z diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 1515204a..8dd84bf4 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,4 +1,4 @@ -leap.common>=0.3.0 +leap.common>=0.3.7 simplejson requests # if we bump the gnupg version, bump also the sanity check |