From 129b7b13f6a47728404f56835742dd27f5cd089f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 08:30:43 +0000 Subject: [PATCH] Bump numpy from 1.18.2 to 1.21.0 in /src/ocr_recog Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.18.2...v1.21.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..38cbdea5 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.21.0 optional==0.0.1 Pillow==6.1.0 pynvim==0.4.1