From 30f11deb195aea7698557feb2ad16f3832e25f5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:51:22 +0100 Subject: [PATCH] Update reportlab requirement from ==4.2.* to ==4.3.* (#4805) Updates the requirements on [reportlab](https://www.reportlab.com/) to permit the latest version. --- updated-dependencies: - dependency-name: reportlab 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 044dff0860..1cde1d6313 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ dependencies = [ "pyuca", "qrcode==8.0", "redis==5.2.*", - "reportlab==4.2.*", + "reportlab==4.3.*", "requests==2.31.*", "sentry-sdk==2.20.*", "sepaxml==2.6.*",