From 520d8108eedfba5f28a2433e4dc5e1b4294fb8e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 07:33:14 +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/v68.1...v69.0) --- updated-dependencies: - dependency-name: weasyprint dependency-version: '69.0' 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 7eaf221e..6b570e51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,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>=68.1,<70", + "weasyprint>=69.0,<70", ] mcp = [ # Optional dependency for `agents-shipgate mcp-serve`: a local stdio MCP