Bump max bazel version to 0.24.1

Bazel 0.24.1 is now released: https://github.com/bazelbuild/bazel/releases/tag/0.24.1

PiperOrigin-RevId: 241955827
diff --git a/configure.py b/configure.py
index 43d6a71..c563cc5 100644
--- a/configure.py
+++ b/configure.py
@@ -1637,7 +1637,7 @@
   # environment variables.
   environ_cp = dict(os.environ)
 
-  current_bazel_version = check_bazel_version('0.22.0', '0.24.0')
+  current_bazel_version = check_bazel_version('0.22.0', '0.24.1')
   _TF_CURRENT_BAZEL_VERSION = convert_version_to_int(current_bazel_version)
 
   reset_tf_configure_bazelrc()