From 87bbc2d7d75611f2627863307d39ef7e99b0fe61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:13:42 +0000 Subject: [PATCH] deps(deps): update pikepdf requirement from >=9.0.0 to >=10.5.1 Updates the requirements on [pikepdf](https://github.com/pikepdf/pikepdf) to permit the latest version. - [Release notes](https://github.com/pikepdf/pikepdf/releases) - [Commits](https://github.com/pikepdf/pikepdf/compare/v9.0.0...v10.5.1) --- updated-dependencies: - dependency-name: pikepdf dependency-version: 10.5.1 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 d3f8bde..bccae21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.11" readme = "README.md" dependencies = [ "ocrmypdf>=16.12.0", - "pikepdf>=9.0.0", + "pikepdf>=10.5.1", "fastapi>=0.115", "uvicorn[standard]>=0.32", "python-multipart>=0.0.10",