From 516f5fad4858193eb306a9148c3296e54a7bb791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 07:03:21 +0000 Subject: [PATCH] chore(deps): bump pytesseract from 0.3.10 to 0.3.13 in /backend Bumps [pytesseract](https://github.com/madmaze/pytesseract) from 0.3.10 to 0.3.13. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements-ocr.txt | 2 +- backend/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index c7a587c..9a127c4 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "Pillow==10.1.0", # OCR (Optical Character Recognition) - "pytesseract==0.3.10", + "pytesseract==0.3.13", "opencv-python==4.8.1.78", # File system monitoring diff --git a/backend/requirements-ocr.txt b/backend/requirements-ocr.txt index 0998e00..07c6d49 100644 --- a/backend/requirements-ocr.txt +++ b/backend/requirements-ocr.txt @@ -20,7 +20,7 @@ opencv-python-headless==4.6.0.66 numpy==1.24.4 # OCR Engines -pytesseract==0.3.10 +pytesseract==0.3.13 easyocr==1.7.0 # PaddleOCR (optional - großer Download) diff --git a/backend/requirements.txt b/backend/requirements.txt index a15fb73..2c75048 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -17,7 +17,7 @@ Pillow==10.1.0 mss>=9.0.0 # OCR (Optical Character Recognition) -pytesseract==0.3.10 +pytesseract==0.3.13 opencv-python==4.6.0.66 easyocr==1.7.0 paddlepaddle==2.5.2