diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index 25c8411af4338fb4913c7eb81427877d31499ba4..b76f280137dac69f71b9f1d5b78b13ad3017a4d5 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -78,12 +78,12 @@ zip_keys:
 
 # This version of bob-devel will be used at test time of packages:
 bob_devel:
-  - 2020.11.14
+  - 2020.11.17
 
 # 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:
-  - 2020.11.14
+  - 2020.11.17
 
 # The build time only dependencies (build requirements).
 # Updating these to the latest version all the time is OK and a good idea.