From f4ff63d0aac1711e452a7869ef13cd764340c842 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 12 Feb 2023 10:52:11 +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] <support@github.com>
---
 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