From 977227fae4180297075d1f5a284d0c7529fd0c26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 18:15:36 +0000 Subject: [PATCH] chore(deps): update reportlab requirement from 4.4.6 to 4.4.7 Updates the requirements on [reportlab](https://www.reportlab.com/) to permit the latest version. --- updated-dependencies: - dependency-name: reportlab dependency-version: 4.4.7 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 7c4041e..bec4687 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pandas = "2.3.3" typing_extensions = "4.15.0" docutils = "0.22.3" beartype = "0.22.2" -reportlab = "4.4.6" +reportlab = "4.4.7" typer = "0.20.0" tabulate = "0.8.10"