From 35325b3dcfcdc6dac681dd281f7b366dd65bb507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 19:28:03 +0000 Subject: [PATCH] build(deps): update markdownify requirement Updates the requirements on [markdownify](https://github.com/matthewwithanm/python-markdownify) to permit the latest version. - [Release notes](https://github.com/matthewwithanm/python-markdownify/releases) - [Commits](https://github.com/matthewwithanm/python-markdownify/compare/0.11.0...0.14.1) --- updated-dependencies: - dependency-name: markdownify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 349eaff..4db0a69 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ imagesize>=1.4,<1.5 lunr[languages]>=0.7,<0.8 -markdownify>=0.11,<0.14 +markdownify>=0.11,<0.15 Mastodon.py>=1.8.1,<1.9 orjson>=3.8,<3.11 packaging>=20,<25