MLECO-2604: Update to final 21.11 dependencies

Signed-off-by: Richard Burton <richard.burton@arm.com>
Change-Id: I47879089734cd3ab70ef8068277e677742e1b2b3
diff --git a/set_up_default_resources.py b/set_up_default_resources.py
index f364795..973c423 100755
--- a/set_up_default_resources.py
+++ b/set_up_default_resources.py
@@ -233,7 +233,7 @@
             call_command(command)
         os.chdir(current_file_dir)
     # 1.3 Make sure to have all the requirement
-    requirements = ["ethos-u-vela==3.1.0"]
+    requirements = ["ethos-u-vela==3.2.0"]
     command = f"{env_python} -m pip freeze"
     packages = call_command(command)
     for req in requirements: