From 65e2571ed00706031bdc5f110e31aef548cc3a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 19:07:44 +0000 Subject: [PATCH] build(deps): bump opencv-python in /python-server Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.12.0.88 to 5.0.0.93. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-version: 5.0.0.93 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-server/requirements.txt b/python-server/requirements.txt index 8ca89ed..5749faf 100644 --- a/python-server/requirements.txt +++ b/python-server/requirements.txt @@ -6,5 +6,5 @@ uvicorn==0.32.1 httpx==0.27.2 python-multipart==0.0.31 numpy==2.1.2 -opencv-python==4.12.0.88 +opencv-python==5.0.0.93 tensorflow==2.19.0