From 7f42b19c0ce2f9bc59ee27b1122b23c4031c5430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:17:45 +0000 Subject: [PATCH] Update opencv-python-headless requirement from <4.6.0 to <4.10.0 Updates the requirements on [opencv-python-headless](https://github.com/opencv/opencv-python) to permit the latest version. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python-headless 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 37cc21d..5c380b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,6 +31,6 @@ pytest # tests fiftyone # fiftyone dataset xxhash # hash code for testings deeplake # create and load datasets -opencv-python-headless<4.6.0 +opencv-python-headless<4.10.0 Pillow>=10.0.0 # sh # for running bash commands in some tests (linux/macos only)