From 74eab74fc5393319e47de856e9399c24edee3396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 10:15:07 +0000 Subject: [PATCH] Bump the minor group across 1 directory with 6 updates Bumps the minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.9` | `3.10.2` | | [mike](https://github.com/jimporter/mike) | `2.1.3` | `2.2.0` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.4.1` | `1.5.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.23` | `9.7.6` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.20.2` | | [types-markdown](https://github.com/python/typeshed) | `3.9.0.20250906` | `3.10.2.20260408` | Updates `markdown` from 3.9 to 3.10.2 - [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.9.0...3.10.2) Updates `mike` from 2.1.3 to 2.2.0 - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](https://github.com/jimporter/mike/compare/v2.1.3...v2.2.0) Updates `mkdocs-macros-plugin` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/fralau/mkdocs_macros_plugin/compare/v1.4.1...v1.5.0) Updates `mkdocs-material` from 9.6.23 to 9.7.6 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.23...9.7.6) Updates `mypy` from 1.18.2 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.20.2) Updates `types-markdown` from 3.9.0.20250906 to 3.10.2.20260408 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mike dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-macros-plugin dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-material dependency-version: 9.7.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-markdown dependency-version: 3.10.2.20260408 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d8a410..4b2c334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,20 +46,20 @@ dev-flake8 = [ ] dev-formatting = ["black == 26.3.1", "isort == 7.0.0"] dev-mkdocs = [ - "Markdown == 3.9", + "Markdown == 3.10.2", "black == 26.3.1", - "mike == 2.1.3", + "mike == 2.2.0", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.3", - "mkdocs-macros-plugin == 1.4.1", - "mkdocs-material == 9.6.23", + "mkdocs-macros-plugin == 1.5.0", + "mkdocs-material == 9.7.6", "mkdocstrings[python] == 1.0.0", "mkdocstrings-python == 1.18.2", "frequenz-repo-config[lib] == 0.13.6", ] dev-mypy = [ - "mypy == 1.18.2", - "types-Markdown == 3.9.0.20250906", + "mypy == 1.20.2", + "types-Markdown == 3.10.2.20260408", # For checking the noxfile, docs/ script, and tests "frequenz-microgrid-component-graph[dev-mkdocs,dev-noxfile,dev-pytest]", ]