From f9251258b118818b8333f585323455db78c3e5f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 06:49:18 +0000 Subject: [PATCH] Bump mdformat from 0.7.17 to 0.7.21 Bumps [mdformat](https://github.com/hukkin/mdformat) from 0.7.17 to 0.7.21. - [Commits](https://github.com/hukkin/mdformat/compare/0.7.17...0.7.21) --- updated-dependencies: - dependency-name: mdformat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19882ebb..c1c9601a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ develop = [ # lint "codespell>=2.2.6,<2.3", "isort>=5,<6", - "mdformat==0.7.17", # >0.7.17 doesnot support python 3.8 + "mdformat==0.7.21", # >0.7.17 doesnot support python 3.8 "ruff>=0.3,<0.4", # test "pytest",