From 06a9423c382ce9ce09d57f78d3e50efc979b7dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:25:41 +0000 Subject: [PATCH] build(deps): bump ultralytics from 8.3.68 to 8.3.70 Bumps [ultralytics](https://github.com/ultralytics/ultralytics) from 8.3.68 to 8.3.70. - [Release notes](https://github.com/ultralytics/ultralytics/releases) - [Commits](https://github.com/ultralytics/ultralytics/compare/v8.3.68...v8.3.70) --- updated-dependencies: - dependency-name: ultralytics dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7203ea05e..f0d74680b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ examples = [ "defusedxml", "accelerate", "huggingface_hub[hf_transfer]", - "ultralytics==8.3.68", + "ultralytics==8.3.70", "open_clip_torch" ]