From 293bf04b3fd6d10227cb57ed58aafc59b7ec2cfa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 18:17:18 +0000 Subject: [PATCH] fix(detect-objects): update dependency ultralytics to v8.0.226 (#13197) 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 5d831af35d..1d5b6cf9df 100644 --- a/hm-supervision/detect-objects/poetry.lock +++ b/hm-supervision/detect-objects/poetry.lock @@ -1456,13 +1456,13 @@ files = [ [[package]] name = "ultralytics" -version = "8.0.225" +version = "8.0.226" 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.225-py3-none-any.whl", hash = "sha256:8a93695ebff69bddf13ecf15d277d7d47b78282d7e2a952843a65ae399653c73"}, - {file = "ultralytics-8.0.225.tar.gz", hash = "sha256:470bb5238f96afd43acb1f7be652f0963b3612b39a3195831b1de5d1c78cc541"}, + {file = "ultralytics-8.0.226-py3-none-any.whl", hash = "sha256:a4a2f32afe8adef1eadf9da02f6f40fa8c9c866f67877418c36296383cd6ca9e"}, + {file = "ultralytics-8.0.226.tar.gz", hash = "sha256:9b0587ebce5572f686eeb3b51dd354a34d5e42d867dc8ac176655d4f18824453"}, ] [package.dependencies] @@ -1505,4 +1505,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "3.11.x" -content-hash = "b75d7dce48bd484eae2a786b0ccf5369b535d89e70bd8ac98396010bf0d0f0fa" +content-hash = "0e31b6afd9f7b9732033ded2a0ed897ececb20b5e77552b3a96cd57b93f1d270" diff --git a/hm-supervision/detect-objects/pyproject.toml b/hm-supervision/detect-objects/pyproject.toml index 738dbfd839..189322c542 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.17.1" -ultralytics = "8.0.225" +ultralytics = "8.0.226" [tool.poetry.group.dev.dependencies] poethepoet = "0.24.4"