From 79828ced60a7a56e3e07b2066f8a2e1927409181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 21:32:51 +0000 Subject: [PATCH] chore(deps): update reportlab requirement from >=4.0 to >=4.5.1 Updates the requirements on [reportlab](https://www.reportlab.com/) to permit the latest version. --- updated-dependencies: - dependency-name: reportlab dependency-version: 4.5.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 05b68c6..cbab7d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ flask>=3.0 flask-wtf>=1.2 werkzeug>=3.1.8 gunicorn>=21.0 -reportlab>=4.0 +reportlab>=4.5.1 qrcode[pil]>=8.2 Pillow>=12.2.0 structlog>=26.1.0