From 8af9a5e921d60d7ff0d671c2e99e1b01feb8d33b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 12:07:13 +0000 Subject: [PATCH] build(deps): bump markdownify from 0.14.1 to 1.1.0 in /application Bumps [markdownify](https://github.com/matthewwithanm/python-markdownify) from 0.14.1 to 1.1.0. - [Release notes](https://github.com/matthewwithanm/python-markdownify/releases) - [Commits](https://github.com/matthewwithanm/python-markdownify/compare/0.14.1...1.1.0) --- updated-dependencies: - dependency-name: markdownify dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index 1f5884cf..3891c852 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -80,6 +80,6 @@ vine==5.1.0 wcwidth==0.2.13 werkzeug==3.1.3 yarl==1.20.0 -markdownify==0.14.1 +markdownify==1.1.0 tldextract==5.1.3 websockets==14.1