From c93564ca6144d2ae265b1d26f44744db1ed9d6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:56:15 +0000 Subject: [PATCH] fix(deps): update pytesseract requirement in /nlp-orchestrator Updates the requirements on [pytesseract](https://github.com/madmaze/pytesseract) to permit the latest version. - [Release notes](https://github.com/madmaze/pytesseract/releases) - [Commits](https://github.com/madmaze/pytesseract/compare/v0.3.10...v0.3.13) --- updated-dependencies: - dependency-name: pytesseract dependency-version: 0.3.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nlp-orchestrator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlp-orchestrator/requirements.txt b/nlp-orchestrator/requirements.txt index 8446bb944..9f042a5c2 100644 --- a/nlp-orchestrator/requirements.txt +++ b/nlp-orchestrator/requirements.txt @@ -32,7 +32,7 @@ opencv-python-headless>=4.8.0 numpy>=1.24.0 pdf2image>=1.16.3 Pillow>=10.0.0 -pytesseract>=0.3.10 +pytesseract>=0.3.13 python-docx>=0.8.11 transformers>=4.30.0 torch>=2.0.0