From 2ac499e9ab63dabb23e8e21838910bfad267afb7 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 24 Apr 2018 17:41:29 +0200
Subject: [PATCH] Updates to beat-devel deps

---
 gitlab/conda_build_config.yaml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml
index dd1d28c..c624930 100644
--- a/gitlab/conda_build_config.yaml
+++ b/gitlab/conda_build_config.yaml
@@ -52,7 +52,7 @@ bob_devel:
 # This version of beat-devel will be used at test time of packages. Notice it
 # uses bob-devel and should have a version that is greater or equal its value
 beat_devel:
-  - 2018.04.20
+  - 2018.04.24
 
 # The build time only dependencies (build requirements).
 # Updating these to the latest version all the time is OK and a good idea.
@@ -183,10 +183,14 @@ zc_recipe_egg:
 # The dependencies that are needed for runtime only (run requirements) of BEAT
 # packages. These versions **should** match the versions inside beat-devel
 # recipe.
+colorlog:
+  - 3.1.4
 docker_py:
   - 3.2.1
 jsonschema:
   - 2.6.0
+oset:
+  - 0.1.3
 python_graphviz:
   - 0.8.2
 pyzmq:
@@ -195,3 +199,5 @@ requests:
   - 2.18.4
 simplejson:
   - 3.13.2
+termcolor:
+  - 1.1.0
-- 
GitLab