From 91882a6951b902c64f05a743f8b23e62f10857b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 06:33:48 +0000 Subject: [PATCH] build(deps): update fpdf2 requirement from >=2.7.0 to >=2.8.4 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.4) --- updated-dependencies: - dependency-name: fpdf2 dependency-version: 2.8.4 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 0c286fb..5fa83ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ paho-mqtt>=2.0.0 cryptography>=42.0.0 # --- Reporting --- -fpdf2>=2.7.0 +fpdf2>=2.8.4 # --- API server --- fastapi>=0.111.0