From 5f409c1dd01ec336465c4074a1727f520324c73c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:33:19 +0000 Subject: [PATCH] Bump markdown from 3.4.4 to 3.5.1 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.4.4 to 3.5.1. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.4.4...3.5.1) --- 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 dc5585ccf..4cfabd12c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev-examples = ["polars == 0.19.3"] dev-formatting = ["black == 23.9.1", "isort == 5.12.0"] dev-mkdocs = [ "black == 23.9.1", - "Markdown==3.4.4", + "Markdown==3.5.1", "mike == 1.1.2", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1",