From 0f18f2db33e5f329db67cd7acf5e1d38b3bad8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 03:54:02 +0000 Subject: [PATCH] Bump the patch group with 2 updates Bumps the patch group with 2 updates: [markdown](https://github.com/Python-Markdown/markdown) and [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings). 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) Updates `mkdocstrings[python]` from 1.0.0 to 1.0.2 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/1.0.0...1.0.2) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings[python] dependency-version: 1.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8bdd277..b166a6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,13 +63,13 @@ dev-flake8 = [ dev-formatting = ["black == 25.12.0", "isort == 7.0.0"] dev-mkdocs = [ "black == 25.12.0", - "Markdown==3.10", + "Markdown==3.10.1", "mike == 2.1.3", "mkdocs-gen-files == 0.6.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.5.0", "mkdocs-material == 9.7.1", - "mkdocstrings[python] == 1.0.0", + "mkdocstrings[python] == 1.0.2", "mkdocstrings-python == 1.18.2", "frequenz-repo-config[lib] == 0.13.8", ]