From 5a406abdd64ecf65854f168555313fbd6eb29e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 14:17:06 +0100 Subject: [PATCH] Update reportlab requirement from ==4.0.* to ==4.1.* (#3906) 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 288f08c76b..aef1a9e133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ dependencies = [ "pyuca", "qrcode==7.4.*", "redis==5.0.*", - "reportlab==4.0.*", + "reportlab==4.1.*", "requests==2.31.*", "sentry-sdk==1.40.*", "sepaxml==2.6.*",