From f6aa970455d14e84551e32845540fa322fe7ec3d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 29 Oct 2024 19:49:12 +0000 Subject: [PATCH] fix(deps): update dependency weasyprint to v63 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3bc41d..7be205f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "mdformat~=0.7", "mdformat-tables~=1.0", "django-autocomplete-light~=3.11", - "weasyprint~=62.3", + "weasyprint~=63.0", "requests~=2.32", "semver~=3.0", "djangorestframework~=3.15",