From 1f2c5d262a03fbb2e427b1e1072ad3e35930f8cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:09:19 +0000 Subject: [PATCH] chore(deps)(deps): update fpdf2 requirement from <3,>=2.8 to >=2.8.8,<3 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.8.1...2.8.8) --- updated-dependencies: - dependency-name: fpdf2 dependency-version: 2.8.8 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 70f46fc..2d873c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pydantic>=2.13,<3 python-dotenv>=1.0,<2 colorama>=0.4.6,<1 rich>=13.0,<16 -fpdf2>=2.8,<3 +fpdf2>=2.8.8,<3 ruamel.yaml>=0.18.6 setuptools>=82.0.1