From df5c6bcebfc31651a44eed7cf0069b3b53d6c07a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 11:46:00 +0200 Subject: [PATCH] Update reportlab requirement from ==4.3.* to ==4.4.* (#5016) Updates the requirements on [reportlab](https://www.reportlab.com/) to permit the latest version. --- updated-dependencies: - dependency-name: reportlab dependency-version: 4.4.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 ea568d32a..cb0f46827 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ dependencies = [ "pyuca", "qrcode==8.1", "redis==5.2.*", - "reportlab==4.3.*", + "reportlab==4.4.*", "requests==2.31.*", "sentry-sdk==2.25.*", "sepaxml==2.6.*",