From 597acecd2f196e17ece98b226548177e02351794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:10:07 +0000 Subject: [PATCH] deps(deps): bump the documentation-dependencies group with 5 updates Updates the requirements on [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings), [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions), [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin), [pillow](https://github.com/python-pillow/Pillow) and [griffe](https://github.com/mkdocstrings/griffe) to permit the latest version. Updates `mkdocstrings` to 1.0.4 - [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/0.30.1...1.0.4) Updates `pymdown-extensions` to 11.0 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.21.3...11.0) Updates `mkdocs-git-revision-date-localized-plugin` to 1.5.3 - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases) - [Commits](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.5.0...v1.5.3) Updates `pillow` to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/11.3.0...12.2.0) Updates `griffe` to 2.1.0 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/griffe/compare/2.0.2...2.1.0) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:production dependency-group: documentation-dependencies - dependency-name: pymdown-extensions dependency-version: '11.0' dependency-type: direct:production dependency-group: documentation-dependencies - dependency-name: mkdocs-git-revision-date-localized-plugin dependency-version: 1.5.3 dependency-type: direct:production dependency-group: documentation-dependencies - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production dependency-group: documentation-dependencies - dependency-name: griffe dependency-version: 2.1.0 dependency-type: direct:production dependency-group: documentation-dependencies ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index bceed47..362587f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,12 +3,12 @@ mkdocs>=1.6.1 mkdocs-material>=9.7.6 mkdocs-include-markdown-plugin>=7.3.0 mkdocs-minify-plugin>=0.8.0 -mkdocstrings[python]>=0.30.1 -pymdown-extensions>=10.21.3 +mkdocstrings[python]>=1.0.4 +pymdown-extensions>=11.0 mike>=2.2.0 # Git-based plugins for enhanced documentation -mkdocs-git-revision-date-localized-plugin>=1.5.0 +mkdocs-git-revision-date-localized-plugin>=1.5.3 mkdocs-git-committers-plugin-2>=2.5.0 # UI and visual enhancements @@ -16,8 +16,8 @@ mkdocs-glightbox>=0.5.2 mkdocs-swagger-ui-tag>=0.8.0 # Image processing dependencies -pillow>=11.3.0 +pillow>=12.2.0 cairosvg>=2.9.0 # Additional dependencies for Google-style docstrings -griffe>=2.0.2 \ No newline at end of file +griffe>=2.1.0 \ No newline at end of file