From 9f3eaf0731405f5022e4f795eaab045e99e57b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:13:06 +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.13.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 123803e..ede8ad4 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.13 +markdownify>=0.11,<0.14 Mastodon.py>=1.8.1,<1.9 orjson>=3.8,<3.11 packaging>=20,<25