From 914b69afd4eba4168492d368a7dc139a2c195c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:32:23 +0000 Subject: [PATCH] :arrow_up: Update mdformat-myst requirement from ~=0.1.5 to ~=0.2.1 Updates the requirements on [mdformat-myst](https://github.com/hukkinj1/mdformat-myst) to permit the latest version. - [Release notes](https://github.com/hukkinj1/mdformat-myst/releases) - [Commits](https://github.com/hukkinj1/mdformat-myst/compare/v0.1.5...v0.2.1) --- updated-dependencies: - dependency-name: mdformat-myst dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c097215..d8eb3d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies=[ "pyyaml", "markdown-it-py~=2.0", "mdformat~=0.7.16", - "mdformat-myst~=0.1.5", + "mdformat-myst~=0.2.1", "mdformat-deflist~=0.1.2", "click>=7.1,<9" ]