From fb5fe4d3cca5c3b5e95f2b5916ef8ba489af4313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:58:10 +0000 Subject: [PATCH] :arrow_up: Update markdown-it-py requirement from ~=2.0 to ~=3.0 Updates the requirements on [markdown-it-py](https://github.com/executablebooks/markdown-it-py) to permit the latest version. - [Release notes](https://github.com/executablebooks/markdown-it-py/releases) - [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/markdown-it-py/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: markdown-it-py 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 85e60da..f20e51f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies=[ "docutils>=0.17,<0.20", "importlib_resources~=3.1;python_version<'3.9'", "pyyaml", - "markdown-it-py~=2.0", + "markdown-it-py~=3.0", "mdformat~=0.7.16", "mdformat-myst~=0.1.5", "mdformat-deflist~=0.1.2",