From c9f8aa96b63b92b716c4968e79213e35cb597535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 00:43:14 +0000 Subject: [PATCH] Bump setuptools in /python/OpenVINO_EP/yolov8_object_detection Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.1 to 70.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v65.5.1...v70.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/OpenVINO_EP/yolov8_object_detection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/OpenVINO_EP/yolov8_object_detection/requirements.txt b/python/OpenVINO_EP/yolov8_object_detection/requirements.txt index fa571385c..1dfa8475f 100644 --- a/python/OpenVINO_EP/yolov8_object_detection/requirements.txt +++ b/python/OpenVINO_EP/yolov8_object_detection/requirements.txt @@ -1,4 +1,4 @@ ultralytics==8.0.100 onnxruntime-openvino onnx -setuptools==65.5.1 \ No newline at end of file +setuptools==70.0.0 \ No newline at end of file