From 167871e80737116386ff948ccac7c7583a153319 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 02:58:41 +0000 Subject: [PATCH] fix(detect-objects): update dependency ultralytics to v8.0.216 (#12866) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- hm-supervision/detect-objects/poetry.lock | 8 ++++---- hm-supervision/detect-objects/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hm-supervision/detect-objects/poetry.lock b/hm-supervision/detect-objects/poetry.lock index fc365c22bf..56ed0af6d2 100644 --- a/hm-supervision/detect-objects/poetry.lock +++ b/hm-supervision/detect-objects/poetry.lock @@ -1455,13 +1455,13 @@ files = [ [[package]] name = "ultralytics" -version = "8.0.215" +version = "8.0.216" description = "Ultralytics YOLOv8 for SOTA object detection, multi-object tracking, instance segmentation, pose estimation and image classification." optional = false python-versions = ">=3.8" files = [ - {file = "ultralytics-8.0.215-py3-none-any.whl", hash = "sha256:53be89a1a19a9d901a502aa893d22fee0545ac5b96a5daaf9f6c915b40aa1858"}, - {file = "ultralytics-8.0.215.tar.gz", hash = "sha256:def27064eae1d0c8f17a1aede24d8d038a543feffe9f1dd1f140eaa1c455ae50"}, + {file = "ultralytics-8.0.216-py3-none-any.whl", hash = "sha256:c992d7a6200cebabb9c60548c9a18bc0ee8fc0e167a830feb1a92aeedec3c3e7"}, + {file = "ultralytics-8.0.216.tar.gz", hash = "sha256:ce6b542fcf0250b605c90d4dcba7c6d2d7a23b9ff9e372c4de80cc7303d762e7"}, ] [package.dependencies] @@ -1504,4 +1504,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "3.11.x" -content-hash = "43d35b88849e12ed3e319367ee47e4a0ede9936aa424151d56ce98927b4a8bfc" +content-hash = "d394c073aaea32cac2417ee4b91039da9f1f268f48019ed0f1885e291c3d1095" diff --git a/hm-supervision/detect-objects/pyproject.toml b/hm-supervision/detect-objects/pyproject.toml index 73fb5fe356..110b2aef5c 100644 --- a/hm-supervision/detect-objects/pyproject.toml +++ b/hm-supervision/detect-objects/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Hongbo Miao"] python = "3.11.x" opencv-python = "4.8.1.78" supervision = "0.16.0" -ultralytics = "8.0.215" +ultralytics = "8.0.216" [tool.poetry.group.dev.dependencies] poethepoet = "0.24.4"