From 2bbd38e7815806ef7d930099bca098eb70277e2f Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Wed, 1 Oct 2025 10:35:25 +0000 Subject: [PATCH] fix(deps): Update dependency MarkupSafe to v3.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05bb7e9..67e9a19 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "grpcio-tools==1.75.0", "iniconfig==2.1.0", "Jinja2==3.1.6", - "MarkupSafe==3.0.2", + "MarkupSafe==3.0.3", "numpy==2.3.3", "packaging==24.2", "pandas==2.3.2",