From 10861ebde6b022f6b71bb4bcce95eb1d61dbdcc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:07:04 +0000 Subject: [PATCH] Update ultralytics requirement from ~=8.3.59 to ~=8.3.195 Updates the requirements on [ultralytics](https://github.com/ultralytics/ultralytics) to permit the latest version. - [Release notes](https://github.com/ultralytics/ultralytics/releases) - [Commits](https://github.com/ultralytics/ultralytics/compare/v8.3.59...v8.3.195) --- updated-dependencies: - dependency-name: ultralytics dependency-version: 8.3.195 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ebe22fb..5ae06f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ setuptools~=75.8.0 opencv-python~=4.10.0.84 imageio~=2.36.1 -ultralytics~=8.3.59 +ultralytics~=8.3.195 transformers~=4.48.0 playwright~=1.49.1 patchright~=1.49.1 \ No newline at end of file