From 52f3d021581831159de08da533d079faa5108539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 21:42:35 +0000 Subject: [PATCH] Update reportlab requirement from ==4.4.* to ==4.5.* Updates the requirements on [reportlab](https://www.reportlab.com/) to permit the latest version. --- updated-dependencies: - dependency-name: reportlab dependency-version: 4.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e61d87194..4895a57001 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dependencies = [ "pyuca", "qrcode==8.2", "redis==7.4.*", - "reportlab==4.4.*", + "reportlab==4.5.*", "requests==2.32.*", "sentry-sdk==2.58.*", "sepaxml==2.7.*",