From 332d64086bd9026f1b61b4ddddd7fe8b5711cdd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 11:07:31 +0000 Subject: [PATCH] Bump numpy from 1.19.4 to 1.22.0 in /handling-pdf-files/pdf-ocr Bumps [numpy](https://github.com/numpy/numpy) from 1.19.4 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.19.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- handling-pdf-files/pdf-ocr/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handling-pdf-files/pdf-ocr/requirements.txt b/handling-pdf-files/pdf-ocr/requirements.txt index 2996db9b..46601674 100644 --- a/handling-pdf-files/pdf-ocr/requirements.txt +++ b/handling-pdf-files/pdf-ocr/requirements.txt @@ -1,5 +1,5 @@ Filetype==1.0.7 -numpy==1.19.4 +numpy==1.22.0 opencv-python==4.4.0.46 pandas==1.1.4 Pillow==8.0.1