From 9f07d111b2d703636ac41105df12d897d5e8499d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 17:03:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20markdown=20from=203.2.1=20to?= =?UTF-8?q?=203.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.2.1 to 3.4.3. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [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.2.1...3.4.3) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25e65b8..95c10c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ doc = [ "mkdocs ==1.4.2", "mkdocs-material ==8.5.11", - "markdown ==3.2.1", + "markdown ==3.4.3", "markdown-include ==0.8.1", "mkdocs-markdownextradata-plugin ==0.2.5", "typer ==0.7.0",