From d2a385f7788f4a3a7db2fd2a64dfcd2bb43d2ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 06:19:42 +0000 Subject: [PATCH] chore(deps): bump the backend-pip-security group across 1 directory with 2 updates Bumps the backend-pip-security group with 2 updates in the /apps/backend directory: [weasyprint](https://github.com/Kozea/WeasyPrint) and [pytest](https://github.com/pytest-dev/pytest). 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) Updates `pytest` from 8.3.4 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.4...9.0.3) --- updated-dependencies: - dependency-name: weasyprint dependency-version: '69.0' dependency-type: direct:production dependency-group: backend-pip-security - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development 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 c5909ef9..6b957955 100644 --- a/apps/backend/requirements-dev.txt +++ b/apps/backend/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -pytest==8.3.4 +pytest==9.0.3 pytest-asyncio==0.24.0 pytest-cov==6.0.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