From 0d8ad4ab94bd990adfb44bc06697a6e089df2e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:50:06 +0000 Subject: [PATCH] build(deps): bump numpy from 2.4.6 to 2.5.2 in /camera-ui-opencv Bumps [numpy](https://github.com/numpy/numpy) from 2.4.6 to 2.5.2. - [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.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.2 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 d938176..c76d7cd 100644 --- a/camera-ui-opencv/requirements.txt +++ b/camera-ui-opencv/requirements.txt @@ -1,3 +1,3 @@ -numpy==2.4.6 +numpy==2.5.2 opencv-python-headless==5.0.0.93 camera-ui-sdk==1.2.29