From f4e5d7deaa0a5d910a18e1183292eb393a40b6be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:53:55 +0000 Subject: [PATCH] build(deps): update opencv-python-headless requirement 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-version: 5.0.0.93 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7498410..e1417c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [{ name = "MedTrack" }] dependencies = [ "fastapi==0.110.0", "numpy==1.26.4", - "opencv-python-headless>=4.9,<5", + "opencv-python-headless>=4.9,<6", "pydantic-settings>=2.2,<3", "python-multipart==0.0.9", "uvicorn==0.27.1",