From f7a3488499eeaa4c97866d54b547211f1d0b3a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:09:47 +0000 Subject: [PATCH] Update reportlab requirement from ==4.2.* to ==4.3.* 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] --- 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.*",