From fe0f7864e725fddef9fe4f29a960857e8b29c871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:03:12 +0200 Subject: [PATCH] Update reportlab requirement from ==4.5.* to ==5.0.* (#6307) Updates the requirements on [reportlab](https://www.reportlab.com/) to permit the latest version. --- updated-dependencies: - dependency-name: reportlab dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25dda0a07..1eab06aa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ dependencies = [ "pyuca", "qrcode==8.2", "redis==7.4.*", - "reportlab==4.5.*", + "reportlab==5.0.*", "requests==2.34.*", "sentry-sdk==2.64.*", "sepaxml==2.7.*",