From 351f650cb7743e59468549f3c98404d6a2576329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 05:07:50 +0000 Subject: [PATCH] Update fpdf2 requirement from >=2.7 to >=2.8.7 Updates the requirements on [fpdf2](https://github.com/py-pdf/fpdf2) to permit the latest version. - [Release notes](https://github.com/py-pdf/fpdf2/releases) - [Changelog](https://github.com/py-pdf/fpdf2/blob/master/CHANGELOG.md) - [Commits](https://github.com/py-pdf/fpdf2/compare/2.7.0...2.8.7) --- updated-dependencies: - dependency-name: fpdf2 dependency-version: 2.8.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f24453..0939f11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pandas>=2.0 numpy>=1.26 scipy>=1.12 statsmodels>=0.14 -fpdf2>=2.7 +fpdf2>=2.8.7 jinja2>=3.1 python-docx>=1.1 openpyxl>=3.1