From 81402dab53ef8a891adb7bd680f4f7d3856b987c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:58:19 +0800 Subject: [PATCH] chore(deps): update markdown requirement from ~=3.4.3 to ~=3.4.4 (#1132) Updates the requirements on [markdown](https://github.com/Python-Markdown/markdown) to permit the latest version. - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/change_log/release-2.6.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.4.3...3.4.4) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3205e0ef..9dc56d73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ tinydb~=4.8.0 loguru~=0.7.0 asyncio~=3.4.3 pydantic -markdown~=3.4.3 +markdown~=3.4.4 python-markdown-math~=0.8 pygments~=2.15.1 imgkit~=1.2.3