From 394ec2557f43be51688094597bd75ce3b539c898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:35:44 +0000 Subject: [PATCH] deps: Update reportlab requirement from >=4.0 to >=5.0.1 Updates the requirements on [reportlab](https://www.reportlab.com/) to permit the latest version. --- updated-dependencies: - dependency-name: reportlab dependency-version: 5.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7beaa56..ecc5d83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -reportlab>=4.0 +reportlab>=5.0.1 Pillow>=10.0 numpy>=1.24