Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ commits to recover the reasoning.

## [Unreleased]

### Security
- **weasyprint 69.0 → 70.0 (CVE-2026-55073).** pip-audit (the CI CVE gate)
flagged a newly-disclosed vulnerability in weasyprint 69.0 — the PDF report
renderer. Raised the floor to `weasyprint>=70` and refreshed `uv.lock` to the
fixed 70.0. PDF export verified unaffected; the report tests mock the renderer
so behaviour is unchanged.

## [v2.7.0] — 2026-09-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"paramiko>=5.0.0",
# Reports (PDF generation) — WeasyPrint renders full CSS (backgrounds,
# @page rules, rounded corners); needs pango/gdk-pixbuf system libs.
"weasyprint>=63",
"weasyprint>=70",
# Task queue
"croniter>=2.0",
# XML parsing (safe)
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.