diff --git a/machine-learning/hm-supervision/detect-objects/poetry.lock b/machine-learning/hm-supervision/detect-objects/poetry.lock index 0282cfc9bc..680f527465 100644 --- a/machine-learning/hm-supervision/detect-objects/poetry.lock +++ b/machine-learning/hm-supervision/detect-objects/poetry.lock @@ -1790,13 +1790,13 @@ files = [ [[package]] name = "ultralytics" -version = "8.3.28" +version = "8.3.29" description = "Ultralytics YOLO 🚀 for SOTA object detection, multi-object tracking, instance segmentation, pose estimation and image classification." optional = false python-versions = ">=3.8" files = [ - {file = "ultralytics-8.3.28-py3-none-any.whl", hash = "sha256:983beb4ef3960dbbcd10269c5607e365c6be35d34eb1ce154f4a27aa209f4944"}, - {file = "ultralytics-8.3.28.tar.gz", hash = "sha256:98aa555c10d031d65eb1feda6450807491b63f156b8f1071bfd2ef9eb6ec28a2"}, + {file = "ultralytics-8.3.29-py3-none-any.whl", hash = "sha256:c428f704dc40ee6608c86c2bbaf84163f4d2c7d3999c7c46b902bc1a9ebd294b"}, + {file = "ultralytics-8.3.29.tar.gz", hash = "sha256:1d1f0e907312da7dcb3543907d392ec89be62ab2cac8a9b25696304c17f8a71c"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "~3.12.0" -content-hash = "ef330c0b8d70685015b73b0790001b34b79dae8a3032cb057cee3c68f2c45d67" +content-hash = "e77eefe36522a5af4340ffcd3c5425f542357be08d3b081083421b3fe9741a8a" diff --git a/machine-learning/hm-supervision/detect-objects/pyproject.toml b/machine-learning/hm-supervision/detect-objects/pyproject.toml index a8bf25a89c..aa43f2453c 100644 --- a/machine-learning/hm-supervision/detect-objects/pyproject.toml +++ b/machine-learning/hm-supervision/detect-objects/pyproject.toml @@ -5,7 +5,7 @@ package-mode = false python = "~3.12.0" opencv-python = "4.10.0.84" supervision = "0.24.0" -ultralytics = "8.3.28" +ultralytics = "8.3.29" [tool.poetry.group.dev.dependencies] poethepoet = "0.30.0"