From 7036cb853ebd361eb50d7167b6a2c172be2817db Mon Sep 17 00:00:00 2001 From: Thibaut Goetghebuer-Planchon Date: Tue, 29 Jul 2025 13:44:50 +0100 Subject: [PATCH] chore(deps): Update used TensorFlow version to v2.20-rc0 --- SECURITY.md | 2 +- WORKSPACE | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 51ce221..599c6fe 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -12,7 +12,7 @@ If you identify a vulnerability then please report the issue to the Arm Product Scripts within this project may download and patch third party sources. These third party sources are: -* TensorFlow (commit: 'da8018a052b8bfbed60e3baf7b908a1017c97126') +* TensorFlow (commit: '2272fa9f3573d54674c9fcfd1185943b6d11ebe5', tag: 'v2.20.0-rc0') * LLVM (commit: 'f8cb7987c64dcffb72414a40560055cb717dbf74') * pybind11 2.13.4 * rules_shell 0.4.1 diff --git a/WORKSPACE b/WORKSPACE index ab65eac..8d8df37 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -10,8 +10,8 @@ load("//patches:patches_list.bzl", "tensorflow_patch_list", "llvm_patch_list") # Updating the commit of TF may require alignement between this WORKSPACE and the upstream TF one # along with LLVM_COMMIT and RULES_SHELL_VERSION used in upstream TF -TENSORFLOW_COMMIT = "da8018a052b8bfbed60e3baf7b908a1017c97126" -TENSORFLOW_SHA256 = "5f5f8f1c532c50998566a2e7f9d43d977b8a6541a08ced038f1dac6807fd5e17" +TENSORFLOW_COMMIT = "2272fa9f3573d54674c9fcfd1185943b6d11ebe5" # v2.20.0-rc0 +TENSORFLOW_SHA256 = "4a87fbdf6c8ed6e6749d451fc09acfe418ecb4f3b9c9a753e9df780c920cc76a" LLVM_COMMIT = "f8cb7987c64dcffb72414a40560055cb717dbf74" LLVM_SHA256 = "2fb69c816106c22518a9b677d5daa7fed900187a84ad0be26453f5763ee88424" -- GitLab