From 448cd4962aa4e4cd073a3601926feee6a0065b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 00:29:48 +0000 Subject: [PATCH] Bump markdown from 2.6.11 to 3.6 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 2.6.11 to 3.6. - [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/2.6.11...3.6) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c70ae12c..945f2293 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ "Topic :: Text Processing :: Markup :: HTML", ] dependencies = [ - "markdown==2.6.11", + "markdown==3.6", "Jinja2==3.1.3", "python-slugify==8.0.4", ]