MLECO-4371 Update dependencies to 23.11 release components

* Updated NPU components and dependencies (core-driver, core-platform,
Vela, CMSIS, TensorFlow Lite Micro) to 23.11 release SHAs.
* Changed Python version to 3.10
* Updated release notes and other documentation
* Added workarounds to scripts in order to address build issues

Signed-off-by: Aron Virginas-Tar <aron.virginas-tar@arm.com>

Change-Id: I0a639b80881b53eebb216085b7e6764e3be8ca67
diff --git a/download_dependencies.py b/download_dependencies.py
index 786fa4c..995c7ae 100755
--- a/download_dependencies.py
+++ b/download_dependencies.py
@@ -42,7 +42,7 @@
         temp.seek(0)
         logging.info("Finished downloading %s.", url_file)
         if url_file.endswith(".tar.gz"):
-            untar(temp, to_path)
+            untar(temp.name, to_path)
         else:
             unzip(temp, to_path)