From 884c23a5c3df88978df05a2ceb8caa931f9f29d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 07:32:51 +0000 Subject: [PATCH] Build(deps-dev): Update weasyprint requirement Updates the requirements on [weasyprint](https://github.com/Kozea/WeasyPrint) to permit the latest version. - [Release notes](https://github.com/Kozea/WeasyPrint/releases) - [Changelog](https://github.com/Kozea/WeasyPrint/blob/main/docs/changelog.rst) - [Commits](https://github.com/Kozea/WeasyPrint/compare/v62.0...v68.1) --- updated-dependencies: - dependency-name: weasyprint dependency-version: '68.1' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d7a33c..072331f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ pdf = [ # Optional dependency for `agents-shipgate scan --packet-format ...,pdf` # and `agents-shipgate evidence-packet --format pdf`. Skipped with a # warning if not installed; the rest of the packet still renders. - "weasyprint>=62,<70", + "weasyprint>=68.1,<70", ] dev = [ "build>=1.5.0,<2",