From 4e31a59b44931ddcfb85e2c8a9b82d853d3ea2c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:21:32 +0000 Subject: [PATCH] Bump django-weasyprint from 2.4.0 to 2.5.0 Bumps [django-weasyprint](https://github.com/fdemmer/django-weasyprint) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/fdemmer/django-weasyprint/releases) - [Changelog](https://github.com/fdemmer/django-weasyprint/blob/main/CHANGELOG.md) - [Commits](https://github.com/fdemmer/django-weasyprint/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: django-weasyprint dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4df29a393..fc6645538 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "django_stubs_ext==5.2.9", "django-tables2==2.8.0", "django-taggit==6.1.0", - "django-weasyprint==2.4.0", + "django-weasyprint==2.5.0", "icalendar==6.3.2", "irc3==1.1.10", "lxml==6.0.2",