From 4a8097f355c86baf1076e0daabbe704151e62a06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:19:32 +0000 Subject: [PATCH] Chore(deps): Update ocrmypdf requirement from ~=16.9.0 to ~=16.10.0 Updates the requirements on [ocrmypdf](https://github.com/ocrmypdf/OCRmyPDF) to permit the latest version. - [Release notes](https://github.com/ocrmypdf/OCRmyPDF/releases) - [Changelog](https://github.com/ocrmypdf/OCRmyPDF/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ocrmypdf/OCRmyPDF/compare/v16.9.0...v16.10.0) --- updated-dependencies: - dependency-name: ocrmypdf 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 ac6266684..b9e417bdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "jinja2~=3.1.5", "langdetect~=1.0.9", "nltk~=3.9.1", - "ocrmypdf~=16.9.0", + "ocrmypdf~=16.10.0", "pathvalidate~=3.2.3", "pdf2image~=1.17.0", "python-dateutil~=2.9.0",