Skip to content

Bump the mkdocs group across 1 directory with 2 updates - #1243

Merged
ahouseholder merged 1 commit into
mainfrom
dependabot/uv/mkdocs-e456d9fe78
Sep 17, 2026
Merged

ahouseholder merged 1 commit into
mainfrom
dependabot/uv/mkdocs-e456d9fe78

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the mkdocs group with 2 updates in the / directory: mkdocstrings-python and mkdocs-print-site-plugin.

Updates mkdocstrings-python from 2.0.5 to 2.0.8

Release notes

Sourced from mkdocstrings-python's releases.

2.0.8

2.0.8 - 2026-08-31

Compare with 2.0.7

Performance Improvements

  • Make template existence test (for locale templates) faster (c0424f2 by Timothée Mazzucotelli).

2.0.7

2.0.7 - 2026-08-17

Compare with 2.0.6

Bug Fixes

2.0.6

2.0.6 - 2026-08-16

Compare with 2.0.5

Bug Fixes

  • Don't pass unsupported options to Griffe parsers (4b38b6b by Timothée Mazzucotelli). Issue-337
  • Increase stash key length from 1 to 2 (6ff2749 by Jonas Haag). PR-336
Changelog

Sourced from mkdocstrings-python's changelog.

2.0.8 - 2026-08-31

Compare with 2.0.7

Performance Improvements

  • Make template existence test (for locale templates) faster (c0424f2 by Timothée Mazzucotelli).

2.0.7 - 2026-08-17

Compare with 2.0.6

Bug Fixes

2.0.6 - 2026-08-16

Compare with 2.0.5

Bug Fixes

  • Don't pass unsupported options to Griffe parsers (4b38b6b by Timothée Mazzucotelli). Issue-337
  • Increase stash key length from 1 to 2 (6ff2749 by Jonas Haag). PR-336
Commits
  • 8125b0d chore: Prepare release 2.0.8
  • 5054240 chore: Be a bit more minijinja compatible
  • c0424f2 perf: Make template existence test (for locale templates) faster
  • 624974a chore: Prepare release 2.0.7
  • 84ba73e fix: Don't render environment paths in source block labels
  • a025f49 chore: Prepare release 2.0.6
  • 3c782f5 ci: Fix type-checking issues
  • bb49b15 tests: Re-add griffe as dev-dep to run API checks
  • 4b38b6b fix: Don't pass unsupported options to Griffe parsers
  • 6ff2749 fix: Increase stash key length from 1 to 2
  • Additional commits viewable in compare view

Updates mkdocs-print-site-plugin from 2.8 to 2.9

Release notes

Sourced from mkdocs-print-site-plugin's releases.

print-site v2.9

⚠️ Breaking change

mkdocs-material is no longer a dependency of this plugin.

It was never imported — it only existed to pull in a theme whose print stylesheet ships in this repo. If your project uses the material theme, declare it yourself:

pip install mkdocs-material mkdocs-print-site-plugin

Projects that already list mkdocs-material in their own requirements are unaffected.

New: mkdocs-materialx support

The plugin now ships print-site-materialx.css, so mkdocs-materialx gets the same print styling as material.

This wasn't possible before: materialx installs into the same material/ package directory as mkdocs-material, so the two cannot coexist in one environment. Requiring material made every fork unusable.

Thanks @​gdlx for reporting (#149).

Also in this release

  • Depend on mkdocs>=1.2.3,<=1.6.1 directly instead of inheriting it via material
  • Fixed [tool.ruff] target-version, which was set to py310 while the package supports Python 3.8 — running ruff check locally would rewrite List[str] to list[str] and break the 3.8 build
  • Lint cleanup: duplicated and unused imports, redundant object base class and open() modes

Full changelog: timvink/mkdocs-print-site-plugin@v2.8...v2.9

Commits
  • dd0cf2a Apply ruff autofixes and align target-version with requires-python (#151)
  • 355dc7c Remove mkdocs-material dependency, support materialx theme (#150)
  • f2bda53 Merge pull request #148 from johnthagen/patch-1
  • c95912b Fix formatting of warning message
  • 5a07240 Merge pull request #145 from ecormany/patch-1
  • a96c95a fix link to css directory
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the mkdocs group with 2 updates in the / directory: [mkdocstrings-python](https://github.com/mkdocstrings/python) and [mkdocs-print-site-plugin](https://github.com/timvink/mkdocs-print-site-plugin).


Updates `mkdocstrings-python` from 2.0.5 to 2.0.8
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@2.0.5...2.0.8)

Updates `mkdocs-print-site-plugin` from 2.8 to 2.9
- [Release notes](https://github.com/timvink/mkdocs-print-site-plugin/releases)
- [Commits](timvink/mkdocs-print-site-plugin@v2.8...v2.9)

---
updated-dependencies:
- dependency-name: mkdocstrings-python
  dependency-version: 2.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mkdocs
- dependency-name: mkdocs-print-site-plugin
  dependency-version: '2.9'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mkdocs
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 14, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 14, 2026
@ahouseholder
ahouseholder merged commit 7c6a8d4 into main Sep 17, 2026
3 checks passed
@ahouseholder
ahouseholder deleted the dependabot/uv/mkdocs-e456d9fe78 branch September 17, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant