diff --git a/machine-learning/hm-supervision/detect-objects/poetry.lock b/machine-learning/hm-supervision/detect-objects/poetry.lock index 0560ef8a6e..de0cf0d3aa 100644 --- a/machine-learning/hm-supervision/detect-objects/poetry.lock +++ b/machine-learning/hm-supervision/detect-objects/poetry.lock @@ -1403,13 +1403,13 @@ files = [ [[package]] name = "supervision" -version = "0.20.0" +version = "0.21.0" description = "A set of easy-to-use utils that will come in handy in any Computer Vision project" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "supervision-0.20.0-py3-none-any.whl", hash = "sha256:58a91375b65fe05222ce1dc10a2c06095a6700b87bad5d8b52c333b90b330dff"}, - {file = "supervision-0.20.0.tar.gz", hash = "sha256:2e8ca93b5bf854e8f0e01813f8789dc76251267032f745de90654f2d900213c2"}, + {file = "supervision-0.21.0-py3-none-any.whl", hash = "sha256:26ccbdb10e007c0582a4179853fe00faff1ce079834b6fc7d1271be507360a93"}, + {file = "supervision-0.21.0.tar.gz", hash = "sha256:265d8b6f23c750a454caa1d98f75dc918c30ab9d248a63daa4251792e8d9e5e9"}, ] [package.dependencies] @@ -1422,7 +1422,7 @@ pyyaml = ">=5.3" scipy = {version = ">=1.10.0,<2.0.0", markers = "python_version >= \"3.9\""} [package.extras] -assets = ["requests (>=2.26.0,<=2.31.0)", "tqdm (>=4.62.3,<=4.66.2)"] +assets = ["requests (>=2.26.0,<=2.32.3)", "tqdm (>=4.62.3,<=4.66.4)"] desktop = ["opencv-python (>=4.5.5.64)"] [[package]] @@ -1685,4 +1685,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "3.11.x" -content-hash = "7f9c4ef4b42c2aacc1fb0478ccce6467e36bebe81534a1ce22849e9cc0fbef48" +content-hash = "7a0d25f380a5ce23f114b44da0e48d7c67e0ae8ca8004b77e8cbc2590225553f" diff --git a/machine-learning/hm-supervision/detect-objects/pyproject.toml b/machine-learning/hm-supervision/detect-objects/pyproject.toml index f0e689ff9e..9ed8dd6c0f 100644 --- a/machine-learning/hm-supervision/detect-objects/pyproject.toml +++ b/machine-learning/hm-supervision/detect-objects/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Hongbo Miao"] [tool.poetry.dependencies] python = "3.11.x" opencv-python = "4.10.0.82" -supervision = "0.20.0" +supervision = "0.21.0" ultralytics = "8.2.28" [tool.poetry.group.dev.dependencies]