From 1cf40c9132e0531d12f87ac7e897aa49d72461cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 03:25:45 +0000 Subject: [PATCH] Bump markdownify from 0.12.1 to 0.14.1 Bumps [markdownify](https://github.com/matthewwithanm/python-markdownify) from 0.12.1 to 0.14.1. - [Release notes](https://github.com/matthewwithanm/python-markdownify/releases) - [Commits](https://github.com/matthewwithanm/python-markdownify/compare/0.12.1...0.14.1) --- updated-dependencies: - dependency-name: markdownify dependency-version: 0.14.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 89250a3..dc6f1a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ beautifulsoup4==4.12.3 Flask==3.0.3 Flask-RESTful==0.3.10 gunicorn==23.0.0 -markdownify==0.12.1 +markdownify==0.14.1 requests==2.32.2 urllib3<2