From 21cc1643e2e46cb45adb7e8852b84ff3d3093803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:02:10 +0000 Subject: [PATCH] Update imageio requirement from ~=2.34.0 to ~=2.34.2 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.34.0...v2.34.2) --- updated-dependencies: - dependency-name: imageio 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 488ade2..92ab381 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ setuptools==69.2.0 opencv-python~=4.9.0.80 -imageio~=2.34.0 +imageio~=2.34.2 ultralytics~=8.2.2 transformers~=4.40.0 numpy~=1.26.4