From 218d92bc4f95082930499253b80d16bb5751f1c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 18:43:28 +0000 Subject: [PATCH] chore(deps): bump weasyprint from 65.1 to 68.1 in /sidecar Bumps [weasyprint](https://github.com/Kozea/WeasyPrint) from 65.1 to 68.1. - [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/v65.1...v68.1) --- updated-dependencies: - dependency-name: weasyprint dependency-version: '68.1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sidecar/pyproject.toml | 2 +- sidecar/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sidecar/pyproject.toml b/sidecar/pyproject.toml index 5e67812..d223d04 100644 --- a/sidecar/pyproject.toml +++ b/sidecar/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Zettel invoice PDF generator (WeasyPrint sidecar)" requires-python = ">=3.12" dependencies = [ - "weasyprint==65.1", + "weasyprint==68.1", "Jinja2==3.1.4", "factur-x==3.4", ] diff --git a/sidecar/requirements.txt b/sidecar/requirements.txt index b7e3970..73b6a55 100644 --- a/sidecar/requirements.txt +++ b/sidecar/requirements.txt @@ -1,4 +1,4 @@ -weasyprint==65.1 +weasyprint==68.1 Jinja2==3.1.4 factur-x==3.4 lxml==5.3.0