diff --git a/machine-learning/hm-supervision/detect-objects/poetry.lock b/machine-learning/hm-supervision/detect-objects/poetry.lock index e3d90b2e59..cc75157258 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.1.43" +version = "8.1.45" 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.43-py3-none-any.whl", hash = "sha256:deeea5ead48440949a2b3017b8e6bd8100f1767675ff6fe44a6c710af18c6922"}, - {file = "ultralytics-8.1.43.tar.gz", hash = "sha256:f1abc678a09d607e893c03fc287ee87a668d9fc0ed46c3f184236be986db122f"}, + {file = "ultralytics-8.1.45-py3-none-any.whl", hash = "sha256:7a97cfff33330694bd32cd14922a8184146661c3a42a1bf0260e706ed5fe5617"}, + {file = "ultralytics-8.1.45.tar.gz", hash = "sha256:b5baa5cf39051cbfc0eab440b4f194dc82c1c5a209a01cacd39d53f99def2ea6"}, ] [package.dependencies] @@ -1683,4 +1683,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "3.11.x" -content-hash = "221f605be4690f217023fe6d0dee371a56c37fc8a62ac958e0fe4f24c535ffe4" +content-hash = "833c1a23a802a964099487eabdd7d2b53693970d91e674f1f39bfcaa2f75afd9" diff --git a/machine-learning/hm-supervision/detect-objects/pyproject.toml b/machine-learning/hm-supervision/detect-objects/pyproject.toml index 310010e0cc..cc765b7b44 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.19.0" -ultralytics = "8.1.43" +ultralytics = "8.1.45" [tool.poetry.group.dev.dependencies] poethepoet = "0.25.0"