From 98d9d3993f609cabdf04ed3b0f968069c1dd1bbc Mon Sep 17 00:00:00 2001 From: pedrooot Date: Fri, 27 Jun 2025 13:27:47 +0200 Subject: [PATCH] feat(poetry): fix pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75e614a5b0..3b30e2ceb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "slack-sdk==3.34.0", "tabulate==0.9.0", "tzlocal==5.3.1", - "reportlab (>=4.4.1,<5.0.0)" + "reportlab (>=4.4.1,<5.0.0)", "checkov==3.2.445", "py-iam-expand==0.1.0" ]