From 34f937c0d2ef974b044a258a1f397620f240b66d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 12:33:35 +0000 Subject: [PATCH] chore(deps): bump weasyprint Bumps the backend-pip-security group with 1 update in the /apps/backend directory: [weasyprint](https://github.com/Kozea/WeasyPrint). Updates `weasyprint` from 68.0 to 69.0 - [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.0...v69.0) --- updated-dependencies: - dependency-name: weasyprint dependency-version: '69.0' dependency-type: direct:production dependency-group: backend-pip-security ... Signed-off-by: dependabot[bot] --- apps/backend/requirements-dev.txt | 2 +- apps/backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/backend/requirements-dev.txt b/apps/backend/requirements-dev.txt index c5a09d01..46eea6e7 100644 --- a/apps/backend/requirements-dev.txt +++ b/apps/backend/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -pytest==9.0.3 +pytest==9.1.1 pytest-asyncio==1.4.0 pytest-cov==7.1.0 ruff==0.8.4 diff --git a/apps/backend/requirements.txt b/apps/backend/requirements.txt index 32923346..d30157e3 100644 --- a/apps/backend/requirements.txt +++ b/apps/backend/requirements.txt @@ -97,7 +97,7 @@ aiosmtplib==3.0.2 # render_report_pdf runs in the API endpoint api/v1/reports.py, not a Celery # task) and rendering a real PDF -- services.report_service.render_report_pdf # returns `b'%PDF'`. Re-verify the render on every future bump of either pin. -weasyprint==68.0 +weasyprint==69.0 pydyf==0.12.1 # openpyxl — XLSX vulnerability-report export (Phase G, api/v1/reports.py