From e232288bb51fb89501166c6e3577d5fda8ad369f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:13:51 +0000 Subject: [PATCH] deps(deps): update img2pdf requirement from >=0.5.0 to >=0.6.3 Updates the requirements on img2pdf to permit the latest version. --- updated-dependencies: - dependency-name: img2pdf dependency-version: 0.6.3 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..d15df1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "fastapi>=0.115", "uvicorn[standard]>=0.32", "python-multipart>=0.0.10", - "img2pdf>=0.5.0", + "img2pdf>=0.6.3", ] [project.optional-dependencies]