From 1e547e78a47f0fada55c5788ce6eef5fe47c4a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:40:56 +0000 Subject: [PATCH] Bump markdown from 3.2.1 to 3.5 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.2.1 to 3.5. - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.2.1...3.5) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a24a12979..4665fbe15 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "mkdocs==1.5.2", "mkdocs-material==9.0.5", "pydantic==2.3.0", - "markdown==3.2.1", + "markdown==3.5", "absl-py==1.4.0", "nltk==3.8.1", # "evaluate==0.4.0",