From 029235ce5c3918cb6074a3c317987516b3ce3b44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 21:52:15 +0000 Subject: [PATCH] [Dependency] Bump numpy from 1.25.2 to 1.26.0 in /.setup/pip Bumps [numpy](https://github.com/numpy/numpy) from 1.25.2 to 1.26.0. - [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.0) --- 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..44d7eb8abd0 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.0 # python libraries for OCR for digit recognition onnx==1.14.1