From 40d0a06ce52efb6b4e965cad0fc520d652d45b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:44:04 +0000 Subject: [PATCH] build(deps): bump numpy from 2.4.6 to 2.5.1 in /camera-ui-opencv Bumps [numpy](https://github.com/numpy/numpy) from 2.4.6 to 2.5.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.4.6...v2.5.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- camera-ui-opencv/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camera-ui-opencv/requirements.txt b/camera-ui-opencv/requirements.txt index 8d0124b..fee7574 100644 --- a/camera-ui-opencv/requirements.txt +++ b/camera-ui-opencv/requirements.txt @@ -1,3 +1,3 @@ -numpy==2.4.6 +numpy==2.5.1 opencv-python-headless==5.0.0.93 camera-ui-sdk==1.0.100