diff --git a/requirements_lock_3_10.txt b/requirements_lock_3_10.txt index e3a7b3d1ac57ae..c8cd0041e8ecf6 100644 --- a/requirements_lock_3_10.txt +++ b/requirements_lock_3_10.txt @@ -420,6 +420,7 @@ six==1.16.0 \ --hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \ --hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254 # via + # -r ./requirements.in # astunparse # google-auth tb-nightly==2.14.0a20230808 \ diff --git a/requirements_lock_3_11.txt b/requirements_lock_3_11.txt index e3a7b3d1ac57ae..c8cd0041e8ecf6 100644 --- a/requirements_lock_3_11.txt +++ b/requirements_lock_3_11.txt @@ -420,6 +420,7 @@ six==1.16.0 \ --hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \ --hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254 # via + # -r ./requirements.in # astunparse # google-auth tb-nightly==2.14.0a20230808 \ diff --git a/requirements_lock_3_9.txt b/requirements_lock_3_9.txt index 0f28f499248662..0e9841cc5a29f1 100644 --- a/requirements_lock_3_9.txt +++ b/requirements_lock_3_9.txt @@ -424,6 +424,7 @@ six==1.16.0 \ --hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \ --hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254 # via + # -r ./requirements.in # astunparse # google-auth tb-nightly==2.14.0a20230808 \ diff --git a/tensorflow/compiler/aot/tests/BUILD b/tensorflow/compiler/aot/tests/BUILD index 9740159ee9ce6a..3d168fa31a4b7e 100644 --- a/tensorflow/compiler/aot/tests/BUILD +++ b/tensorflow/compiler/aot/tests/BUILD @@ -87,6 +87,7 @@ py_strict_binary( "//tensorflow/python/ops:variables", "//tensorflow/python/training:saver", "@absl_py//absl:app", + "@pypi_six//:pkg", ], ) diff --git a/tensorflow/compiler/tests/BUILD b/tensorflow/compiler/tests/BUILD index 1a26e79695ceff..fccba20da938be 100644 --- a/tensorflow/compiler/tests/BUILD +++ b/tensorflow/compiler/tests/BUILD @@ -70,6 +70,7 @@ py_strict_library( srcs_version = "PY3", deps = [ "//third_party/py/numpy", + "@pypi_six//:pkg", ], ) @@ -1730,6 +1731,7 @@ tf_xla_py_strict_test( "//tensorflow/python/ops:nn_ops_gen", "//tensorflow/python/platform:test", "//third_party/py/numpy", + "@pypi_six//:pkg", ], ) @@ -2222,6 +2224,7 @@ py_strict_library( "//tensorflow/python/ops:math_ops", "//tensorflow/python/ops:random_ops", "//tensorflow/python/ops:variable_v1", + "@pypi_six//:pkg", ], ) diff --git a/tensorflow/python/distribute/BUILD b/tensorflow/python/distribute/BUILD index 6240074430d706..13ec47ee3b6b70 100644 --- a/tensorflow/python/distribute/BUILD +++ b/tensorflow/python/distribute/BUILD @@ -2298,7 +2298,7 @@ py_strict_library( "//tensorflow/python/util:tf_export", "@absl_py//absl/logging", "@pypi_dill//:pkg", # build_cleaner: keep - "@pypi_six//:pkg" + "@pypi_six//:pkg", "@pypi_tblib//:pkg", # build_cleaner: keep ], ) diff --git a/tensorflow/python/distribute/cluster_resolver/BUILD b/tensorflow/python/distribute/cluster_resolver/BUILD index 97559ca98bd75c..de732206122187 100644 --- a/tensorflow/python/distribute/cluster_resolver/BUILD +++ b/tensorflow/python/distribute/cluster_resolver/BUILD @@ -39,6 +39,7 @@ py_strict_library( "//tensorflow/python/framework:ops", "//tensorflow/python/training:server_lib", "//tensorflow/python/util:tf_export", + "@pypi_six//:pkg", ], ) diff --git a/tensorflow/python/distribute/coordinator/BUILD b/tensorflow/python/distribute/coordinator/BUILD index a42a6a8766ae29..ec44abba87a7c2 100644 --- a/tensorflow/python/distribute/coordinator/BUILD +++ b/tensorflow/python/distribute/coordinator/BUILD @@ -30,6 +30,7 @@ py_strict_library( "//tensorflow/python/platform:tf_logging", "//tensorflow/python/util:nest", "//tensorflow/python/util:tf_export", + "@pypi_six//:pkg", ], ) diff --git a/tensorflow/python/eager/polymorphic_function/BUILD b/tensorflow/python/eager/polymorphic_function/BUILD index 76bfe5b584810e..319d06d587ade8 100644 --- a/tensorflow/python/eager/polymorphic_function/BUILD +++ b/tensorflow/python/eager/polymorphic_function/BUILD @@ -600,6 +600,7 @@ py_strict_library( "//tensorflow/python/ops:resource_variable_ops", "//tensorflow/python/util:nest", "//third_party/py/numpy", + "@pypi_six//:pkg", ], ) diff --git a/tensorflow/python/feature_column/BUILD b/tensorflow/python/feature_column/BUILD index 2d53a17d0bab3e..114244f9f38b27 100644 --- a/tensorflow/python/feature_column/BUILD +++ b/tensorflow/python/feature_column/BUILD @@ -104,6 +104,7 @@ py_strict_library( "//tensorflow/python/util:tf_export", "//tensorflow/tools/docs:doc_controls", "//third_party/py/numpy", + "@pypi_six//:pkg", ], ) @@ -120,6 +121,7 @@ py_strict_library( "//tensorflow/python/util:tf_decorator", "//tensorflow/python/util:tf_export", "//tensorflow/tools/docs:doc_controls", + "@pypi_six//:pkg", ], ) @@ -260,6 +262,7 @@ py_strict_library( "//tensorflow/python/ops:array_ops", "//tensorflow/python/ops:math_ops", "//tensorflow/python/util:nest", + "@pypi_six//:pkg", ], ) diff --git a/tensorflow/python/ops/numpy_ops/tests/BUILD b/tensorflow/python/ops/numpy_ops/tests/BUILD index f0d59adbae08f0..a90f96225ef717 100644 --- a/tensorflow/python/ops/numpy_ops/tests/BUILD +++ b/tensorflow/python/ops/numpy_ops/tests/BUILD @@ -97,6 +97,7 @@ py_strict_library( "//tensorflow/python/tpu/ops", "//tensorflow/python/util:nest", "//third_party/py/numpy", + "@pypi_six//:pkg", ], ) @@ -217,6 +218,7 @@ py_strict_test( "//third_party/py/numpy", "@absl_py//absl/testing:absltest", "@absl_py//absl/testing:parameterized", + "@pypi_six//:pkg", ], ) diff --git a/tensorflow/python/util/BUILD b/tensorflow/python/util/BUILD index e39bca60f097a7..7f23226cd633f2 100644 --- a/tensorflow/python/util/BUILD +++ b/tensorflow/python/util/BUILD @@ -909,6 +909,7 @@ py_strict_library( # py_test because not all tensorflow tests use tensorflow.bzl's py_test. "//tensorflow/python:global_test_configuration", ":tf_decorator", + "@pypi_six//:pkg", ], ) diff --git a/tensorflow/python/util/protobuf/BUILD b/tensorflow/python/util/protobuf/BUILD index a8f55822735a4b..7755d147942c24 100644 --- a/tensorflow/python/util/protobuf/BUILD +++ b/tensorflow/python/util/protobuf/BUILD @@ -87,7 +87,7 @@ py_strict_library( # py_test because not all tensorflow tests use tensorflow.bzl's py_test. "//tensorflow/python:global_test_configuration", "@com_google_protobuf//:protobuf_python", - "@pypi_six//:pkg" + "@pypi_six//:pkg", "//tensorflow/python/util:compat", ], ) diff --git a/tensorflow/tools/test/BUILD b/tensorflow/tools/test/BUILD index 9fc9498b9c14c4..7a3f11212cf918 100644 --- a/tensorflow/tools/test/BUILD +++ b/tensorflow/tools/test/BUILD @@ -32,6 +32,7 @@ py_library( "//tensorflow/python/client", "//tensorflow/python/framework:errors", "//tensorflow/python/platform:gfile", + "@pypi_six//:pkg", ], ) @@ -56,6 +57,7 @@ py_library( "//tensorflow/core:protos_all_py", "//tensorflow/python/platform:gfile", "@absl_py//absl/logging", + "@pypi_six//:pkg", ], ) @@ -67,6 +69,7 @@ py_binary( visibility = ["//visibility:public"], deps = [ ":run_and_gather_logs_main_lib", + "@pypi_six//:pkg", ], ) @@ -81,6 +84,7 @@ py_library( "//tensorflow/python/platform:client_testlib", "//tensorflow/python/platform:gfile", "//tensorflow/python/platform:tf_logging", + "@pypi_six//:pkg", ], )