From 21a08d312a03a931c351c03b2d208372d9fdd782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 05:47:55 +0000 Subject: [PATCH] Update imageio requirement from ~=2.36.1 to ~=2.37.0 Updates the requirements on [imageio](https://github.com/imageio/imageio) to permit the latest version. - [Release notes](https://github.com/imageio/imageio/releases) - [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md) - [Commits](https://github.com/imageio/imageio/compare/v2.36.1...v2.37.0) --- updated-dependencies: - dependency-name: imageio dependency-version: 2.37.0 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..dc02a21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ setuptools~=75.8.0 opencv-python~=4.10.0.84 -imageio~=2.36.1 +imageio~=2.37.0 ultralytics~=8.3.59 transformers~=4.48.0 playwright~=1.49.1