From b8d0c69e251c586c03d4fdf086df4058508bbe2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 08:37:07 +0000 Subject: [PATCH] chore: Bump the documentation group across 1 directory with 4 updates Bumps the documentation group with 4 updates in the / directory: [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [pygments](https://github.com/pygments/pygments) and [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions). Updates `mkdocs-include-markdown-plugin` from 7.2.1 to 7.2.2 - [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.2.2) 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 `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.2 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.21...10.21.2) --- updated-dependencies: - dependency-name: mkdocs-include-markdown-plugin dependency-version: 7.2.2 dependency-type: direct:development update-type: version-update:semver-patch 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: 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.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: documentation ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef91830..e5af936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,12 +53,12 @@ dev = [ docs = [ "mike==2.1.4", "mkdocs==1.6.1", - "mkdocs-include-markdown-plugin==7.2.1", - "mkdocs-material==9.7.5", + "mkdocs-include-markdown-plugin==7.2.2", + "mkdocs-material==9.7.6", "mkdocs-minify-plugin==0.8.0", "mkdocstrings-python==2.0.3", - "pygments==2.19.2", - "pymdown-extensions==10.21", + "pygments==2.20.0", + "pymdown-extensions==10.21.2", ] [tool.ruff]