diff --git a/machine-learning/hm-supervision/detect-objects/poetry.lock b/machine-learning/hm-supervision/detect-objects/poetry.lock index 8d05cfd8f4..ee19b6627f 100644 --- a/machine-learning/hm-supervision/detect-objects/poetry.lock +++ b/machine-learning/hm-supervision/detect-objects/poetry.lock @@ -1631,13 +1631,13 @@ files = [ [[package]] name = "ultralytics" -version = "8.2.17" +version = "8.2.18" 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.2.17-py3-none-any.whl", hash = "sha256:12716d5065e44fee289256229fe17b64985ec26b016db0879d4e8eb39a47e8b8"}, - {file = "ultralytics-8.2.17.tar.gz", hash = "sha256:7c80f2cee9f9bba69037eb9f135711981108b41f70f73d915bfcb34bef69a7b9"}, + {file = "ultralytics-8.2.18-py3-none-any.whl", hash = "sha256:6b208a2e7a0ebaadba2d37898282d37751b24ac3b73d93c11b6c3aca55fa6cb0"}, + {file = "ultralytics-8.2.18.tar.gz", hash = "sha256:8f11b40c68e8adc1223f8b49889ab2604470c5d7ccb80e53f9a3cff5e4c47036"}, ] [package.dependencies] @@ -1683,4 +1683,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "3.11.x" -content-hash = "85725269177c3fcebbbe27c17abb96cc5475be6280b771f911517a2b4a0651d1" +content-hash = "531e42224089a2472aac89ba43fa18f9a45338838f83a00e1fe9d7e45e0d151e" diff --git a/machine-learning/hm-supervision/detect-objects/pyproject.toml b/machine-learning/hm-supervision/detect-objects/pyproject.toml index 12fb6b898f..380926a407 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.20.0" -ultralytics = "8.2.17" +ultralytics = "8.2.18" [tool.poetry.group.dev.dependencies] poethepoet = "0.26.1"