From 2067f804c3687dd6ef644641a56af77928b6e444 Mon Sep 17 00:00:00 2001
From: Alexander Pivovarov <pivovaa@amazon.com>
Date: Mon, 18 Apr 2022 16:03:45 -0700
Subject: [PATCH] Update TF version to 2.9.0rc0

---
 .gitignore | 4 ++++
 WORKSPACE  | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index fd22d60859d..e603607e668 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
+.DS_Store
+.idea
+.vscode
+__pycache__
 node_modules
 /bazel-bin
 /bazel-ci_build-cache
diff --git a/WORKSPACE b/WORKSPACE
index 29bd74c6390..2c19e149be9 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -15,8 +15,8 @@ workspace(name = "tf_serving")
 load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")
 tensorflow_http_archive(
     name = "org_tensorflow",
-    sha256 = "3e6c98de0842520a65978549be7b1b6061080ecf9fa9f3a87739e19a0447a85c",
-    git_commit = "1f8f692143aa9a42c55f8b35d09aeed93bdab66e",
+    sha256 = "263f747102e531dc52e5c912db247ab6053070bb1f549294aca6f5d696529128",
+    git_commit = "8727d035e7aa593720d16a5f57f70f3b5a93bd00",
 )
 
 # Import all of TensorFlow Serving's external dependencies.