From a3e6108a17cb68625edc235de237522bdfe24238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 13:25:39 +0000 Subject: [PATCH] Bump markdown from 3.10 to 3.10.1 in the patch group Bumps the patch group with 1 update: [markdown](https://github.com/Python-Markdown/markdown). Updates `markdown` from 3.10 to 3.10.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.10.0...3.10.1) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6aeb5c8..5745a21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev-flake8 = [ ] dev-formatting = ["black == 25.12.0", "isort == 7.0.0"] dev-mkdocs = [ - "Markdown == 3.10", + "Markdown == 3.10.1", "black == 25.12.0", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0",