From 1dba06e834f6e63c3907515ed357c682e879cbc8 Mon Sep 17 00:00:00 2001 From: Soham Kulkarni <77533095+sokumon@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:31:35 +0530 Subject: [PATCH] chore: bump markdownify to 0.14.1 (#32348) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5e4cf3a8b..2fd00a90ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dependencies = [ "uuid-utils~=0.10.0", "xlrd~=2.0.1", "zxcvbn~=4.4.28", - "markdownify~=0.11.6", + "markdownify~=0.14.1", # integration dependencies "boto3~=1.34.143",