From fa8adc1ba0be6ae2d0a1f6721216876570f944dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 08:34:33 +0000 Subject: [PATCH] chore: Bump the documentation group across 1 directory with 6 updates Bumps the documentation group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mike](https://github.com/jimporter/mike) | `2.1.4` | `2.2.0` | | [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) | `7.2.1` | `7.3.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.7.5` | `9.7.6` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `2.0.3` | `2.0.4` | | [pygments](https://github.com/pygments/pygments) | `2.19.2` | `2.20.0` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.21` | `10.21.3` | Updates `mike` from 2.1.4 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.4...v2.2.0) Updates `mkdocs-include-markdown-plugin` from 7.2.1 to 7.3.0 - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v7.2.1...v7.3.0) Updates `mkdocs-material` from 9.7.5 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.7.5...9.7.6) Updates `mkdocstrings-python` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/2.0.3...2.0.4) Updates `pygments` from 2.19.2 to 2.20.0 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.19.2...2.20.0) Updates `pymdown-extensions` from 10.21 to 10.21.3 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.21...10.21.3) --- updated-dependencies: - dependency-name: mike dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: documentation - dependency-name: mkdocs-include-markdown-plugin dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: documentation - dependency-name: mkdocs-material dependency-version: 9.7.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: documentation - dependency-name: mkdocstrings-python dependency-version: 2.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: documentation - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: documentation - dependency-name: pymdown-extensions dependency-version: 10.21.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: documentation ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef91830..633f094 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,14 +51,14 @@ dev = [ "ruff==0.15.5", ] docs = [ - "mike==2.1.4", + "mike==2.2.0", "mkdocs==1.6.1", - "mkdocs-include-markdown-plugin==7.2.1", - "mkdocs-material==9.7.5", + "mkdocs-include-markdown-plugin==7.3.0", + "mkdocs-material==9.7.6", "mkdocs-minify-plugin==0.8.0", - "mkdocstrings-python==2.0.3", - "pygments==2.19.2", - "pymdown-extensions==10.21", + "mkdocstrings-python==2.0.4", + "pygments==2.20.0", + "pymdown-extensions==10.21.3", ] [tool.ruff]