diff --git a/tools/tflitefile_tool/pyproject.toml b/tools/tflitefile_tool/pyproject.toml index 5799ffc59cf..6c3de15b591 100644 --- a/tools/tflitefile_tool/pyproject.toml +++ b/tools/tflitefile_tool/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.12" dependencies = [ "flatbuffers==23.5.26", # Same version with runtime/infra/buildtool/CMakeLists.txt "numpy>=2.0", - "setuptools==79.0.1" + "setuptools==83.0.0" ] [project.scripts] diff --git a/tools/tflitefile_tool/uv.lock b/tools/tflitefile_tool/uv.lock index 0cf6580db2d..39d57c26b3a 100644 --- a/tools/tflitefile_tool/uv.lock +++ b/tools/tflitefile_tool/uv.lock @@ -76,11 +76,11 @@ wheels = [ [[package]] name = "setuptools" -version = "79.0.1" +version = "83.0.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/bb/71/b6365e6325b3290e14957b2c3a804a529968c77a049b2ed40c095f749707/setuptools-79.0.1.tar.gz", hash = "sha256:128ce7b8f33c3079fd1b067ecbb4051a66e8526e7b65f6cec075dfc650ddfa88", size = 1367909, upload-time = "2025-04-23T22:20:59.241Z" } +sdist = { url = "https://files.pythonhosted.org/packages/34/26/f5d29e25ffdb535afef2d35cdb55b325298f96debd670da4c325e08d70f4/setuptools-83.0.0.tar.gz", hash = "sha256:025bccbbf0fa05b6192bc64ae1e7b16e001fd6d6d4d5de03c97b1c1ade523bef", size = 1154254, upload-time = "2026-07-04T15:31:22.699Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/0d/6d/b4752b044bf94cb802d88a888dc7d288baaf77d7910b7dedda74b5ceea0c/setuptools-79.0.1-py3-none-any.whl", hash = "sha256:e147c0549f27767ba362f9da434eab9c5dc0045d5304feb602a0af001089fc51", size = 1256281, upload-time = "2025-04-23T22:20:56.768Z" }, + { url = "https://files.pythonhosted.org/packages/5d/40/e1e72872c6354b306daef1703549e8e83b4d43cfea356311bf722a043752/setuptools-83.0.0-py3-none-any.whl", hash = "sha256:29b23c360f22f414dc7336bb39178cc7bcbf6021ed2733cde173f09dba19abb3", size = 1008090, upload-time = "2026-07-04T15:31:20.885Z" }, ] [[package]] @@ -97,5 +97,5 @@ dependencies = [ requires-dist = [ { name = "flatbuffers", specifier = "==23.5.26" }, { name = "numpy", specifier = ">=2.0" }, - { name = "setuptools", specifier = "==79.0.1" }, + { name = "setuptools", specifier = "==83.0.0" }, ]