From 0e65d390a834ef4f374d2fb2f5c3cedaa67a5a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 02:38:45 +0000 Subject: [PATCH] [Dependency] Bump numpy from 1.25.2 to 1.26.1 in /.setup/pip Bumps [numpy](https://github.com/numpy/numpy) from 1.25.2 to 1.26.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/v1.25.2...v1.26.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .setup/pip/system_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.setup/pip/system_requirements.txt b/.setup/pip/system_requirements.txt index d6c34038afa..07479361f5d 100644 --- a/.setup/pip/system_requirements.txt +++ b/.setup/pip/system_requirements.txt @@ -37,7 +37,7 @@ urllib3==2.0.4 # Python libraries for QR bulk upload pyzbar==0.1.9 pdf2image==1.16.3 -numpy==1.25.2 +numpy==1.26.1 # python libraries for OCR for digit recognition onnx==1.14.1