From 199edf0875343deb9fc6193374419936e366c9e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 08:43:28 +0000 Subject: [PATCH] deps(deps): update ocrmypdf requirement from >=17.4.1 to >=17.4.2 Updates the requirements on [ocrmypdf](https://github.com/ocrmypdf/OCRmyPDF) to permit the latest version. - [Release notes](https://github.com/ocrmypdf/OCRmyPDF/releases) - [Commits](https://github.com/ocrmypdf/OCRmyPDF/compare/v17.4.1...v17.4.2) --- updated-dependencies: - dependency-name: ocrmypdf dependency-version: 17.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index acf9353..e41abd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "REST and Command-line interface for converting PDFs to PDF/A usin requires-python = ">=3.11" readme = "README.md" dependencies = [ - "ocrmypdf>=17.4.1", + "ocrmypdf>=17.4.2", "pikepdf>=10.5.1", "fastapi>=0.115", "uvicorn[standard]>=0.44.0",