From 9b5550046d5e444552abd7ffb1ae5865767d8a94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 04:24:11 +0000 Subject: [PATCH] fix(detect-objects): update dependency ultralytics to v8.1.8 (#14233) 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/machine-learning/hm-supervision/detect-objects/poetry.lock b/machine-learning/hm-supervision/detect-objects/poetry.lock index 12ca5fd7dd..6efe8f316c 100644 --- a/machine-learning/hm-supervision/detect-objects/poetry.lock +++ b/machine-learning/hm-supervision/detect-objects/poetry.lock @@ -1599,13 +1599,13 @@ files = [ [[package]] name = "ultralytics" -version = "8.1.7" +version = "8.1.8" 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.1.7-py3-none-any.whl", hash = "sha256:428b976f75a31ec80385c360602ca11c7598a4202a0effa111580e8d2761c353"}, - {file = "ultralytics-8.1.7.tar.gz", hash = "sha256:02415f1cfe26cb5029241c5232fb6aeabf641ebd7067e8db9b98fb5f73a83adc"}, + {file = "ultralytics-8.1.8-py3-none-any.whl", hash = "sha256:a04879e86ebf3052d71e6aaebb15b1fce8022ef11805ba49efb83a1689e943f9"}, + {file = "ultralytics-8.1.8.tar.gz", hash = "sha256:a6b9ad757226b74d0d69eaaace4a1260a9711a61503018020a90d4656b8f3281"}, ] [package.dependencies] @@ -1651,4 +1651,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "3.11.x" -content-hash = "80dde20510cb4b1f9af75586a0ed610164e7d4c230f6b06dce69004a22812fcf" +content-hash = "6f2cef4cf56e795c359b195df84c2be4d92d27af99558ecff4974a6cd9bc680b" diff --git a/machine-learning/hm-supervision/detect-objects/pyproject.toml b/machine-learning/hm-supervision/detect-objects/pyproject.toml index 5205ebbc29..aa51facb11 100644 --- a/machine-learning/hm-supervision/detect-objects/pyproject.toml +++ b/machine-learning/hm-supervision/detect-objects/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Hongbo Miao"] python = "3.11.x" opencv-python = "4.9.0.80" supervision = "0.18.0" -ultralytics = "8.1.7" +ultralytics = "8.1.8" [tool.poetry.group.dev.dependencies] poethepoet = "0.24.4"