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",