From 2fd8f701e10fc6bcdf03763ff34af909ac3c8ba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:19:47 +0000 Subject: [PATCH] chore(deps): bump the mkdocs group across 1 directory with 3 updates Bumps the mkdocs group with 3 updates in the /.github/workflows directory: [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-material` from 9.7.6 to 9.7.7 - [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.6...9.7.7) Updates `pygments` from 2.20.0 to 2.21.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.20.0...2.21.0) Updates `pymdown-extensions` from 10.21.2 to 11.0.2 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.21.2...11.0.2) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs - dependency-name: pygments dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mkdocs - dependency-name: pymdown-extensions dependency-version: 11.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: mkdocs ... Signed-off-by: dependabot[bot] --- .github/workflows/mkdocs-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mkdocs-requirements.txt b/.github/workflows/mkdocs-requirements.txt index 42fac49..572e3eb 100644 --- a/.github/workflows/mkdocs-requirements.txt +++ b/.github/workflows/mkdocs-requirements.txt @@ -1,6 +1,6 @@ mkdocs==1.6.1 -mkdocs-material==9.7.6 +mkdocs-material==9.7.7 mkdocs-material-extensions==1.3.1 mike==2.2.0 -Pygments==2.20.0 -pymdown-extensions==10.21.2 +Pygments==2.21.0 +pymdown-extensions==11.0.2