From 861c4a5049f4b3f38086f620906602d4629489ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:17:58 +0000 Subject: [PATCH] Bump fpdf2 from 2.8.2 to 2.8.7 in /backend Bumps [fpdf2](https://github.com/py-pdf/fpdf2) from 2.8.2 to 2.8.7. - [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.2...2.8.7) --- updated-dependencies: - dependency-name: fpdf2 dependency-version: 2.8.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 97a7246..cda7914 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "python-multipart>=0.0.20", "redis==5.2.1", "httpx==0.28.1", - "fpdf2==2.8.2", + "fpdf2==2.8.7", "alembic==1.14.0", "sentry-sdk[fastapi]==2.19.2", "opentelemetry-sdk>=1.25.0",