From 58c07415197806176ef2f457aed68632bd9fec9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 11:00:02 +0000 Subject: [PATCH] Bump numpy from 1.18.2 to 1.22.0 in /src/ocr_recog Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.18.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ocr_recog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ocr_recog/requirements.txt b/src/ocr_recog/requirements.txt index de946384..84ae0c82 100644 --- a/src/ocr_recog/requirements.txt +++ b/src/ocr_recog/requirements.txt @@ -4,7 +4,7 @@ lmdb==0.98 msgpack==1.0.0 natsort==7.0.1 nltk==3.4.5 -numpy==1.18.2 +numpy==1.22.0 optional==0.0.1 Pillow==6.1.0 pynvim==0.4.1