Skip to content
This repository was archived by the owner on Sep 8, 2026. It is now read-only.

Bump the docs group across 1 directory with 8 updates - #980

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/docs/docs-59aa6fe4aa
Open

dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/docs/docs-59aa6fe4aa

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on mkdocs-callouts, mkdocs-git-authors-plugin, mkdocs-git-revision-date-localized-plugin, mkdocs-material, mkdocs-table-reader-plugin, pandas, pymdown-extensions and python-on-whales to permit the latest version.
Updates mkdocs-callouts to 1.17.1

Release notes

Sourced from mkdocs-callouts's releases.

Minor bugfix when using "Title from first bold"

Fixes (title from first bold enabled only):

  • Multiple callout blocks in a row would result in lines being lost
  • Bold text has to be on the correct indentation level (stricter regex)

Full Changelog: sondregronas/mkdocs-callouts@v1.17.0...v1.17.1

Commits
  • 7c2c11d fix: no backslash in f-string for older python support
  • 07d01b7 fix: stricter title from first bold detection
  • 7d1089c ci: temporarily add a workflow dispatch to release workflow
  • 96d7aae ci: add workflow dispatch to test
  • e77a7a7 feat: add an option to use the first bold text as title
  • 2cc611b feat: add an option to use the first bold text as title
  • d10afb7 Merge pull request #33 from sondregronas/dependabot/github_actions/github-act...
  • a1feaa5 Bump actions/setup-python in the github-actions-updates group
  • ed2fcd2 Merge pull request #32 from sondregronas/dependabot/github_actions/github-act...
  • 90181fe Bump actions/checkout from 6 to 7 in the github-actions-updates group
  • Additional commits viewable in compare view

Updates mkdocs-git-authors-plugin to 0.10.0

Release notes

Sourced from mkdocs-git-authors-plugin's releases.

v0.10.0

What's Changed

Full Changelog: timvink/mkdocs-git-authors-plugin@v0.9.6...v0.10.0

Commits

Updates mkdocs-git-revision-date-localized-plugin to 1.5.4

Release notes

Sourced from mkdocs-git-revision-date-localized-plugin's releases.

v1.5.4

Security

Raises the gitpython floor from >=3.1.44 to >=3.1.59.

Earlier dependabot bumps only touched this repo's uv.lock, which pins the CI environment and nothing else. Downstream users installing from PyPI resolved against pyproject.toml, so they could still land on a GitPython carrying the 2026 option-injection advisories — GHSA-wvpp-8hx9-p66j and GHSA-jm78-9fvv-mhgr among them, all patched by 3.1.58, with further option hardening in 3.1.59.

This plugin never passes user input as git options, so it was not exploitable through those. The floor bump forces the upgrade in environments that already hold an older GitPython, and clears the warnings downstream scanners report.

Thanks to @​nucleus-ffm for reporting it in #222.

Maintenance

  • Harden test git repos against flaky "Error building trees" failures by @​timvink in #212
  • ci: update GitHub Actions to Node 24 compatible versions by @​timvink in #213
  • deps: bump idna and pymdown-extensions to patch security alerts by @​timvink in #214
  • Bump gitpython from 3.1.50 to 3.1.58 in #217, #219, #220
  • Bump pymdown-extensions from 10.21.3 to 11.0.1 in #218, #221

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.5.3...v1.5.4

Commits
  • a2313a3 Bump version to 1.5.4
  • b1be777 Bump pymdown-extensions from 11.0 to 11.0.1 (#221)
  • fd6e3b0 Bump gitpython from 3.1.57 to 3.1.58 (#220)
  • 0c308d5 Bump gitpython from 3.1.54 to 3.1.57 (#219)
  • 75279a9 Bump pymdown-extensions from 10.21.3 to 11.0 (#218)
  • 7756fee Bump gitpython from 3.1.50 to 3.1.54 (#217)
  • 0c2e203 deps: bump idna and pymdown-extensions to patch security alerts (#214)
  • aa44586 ci: update GitHub Actions to Node 24 compatible versions (#213)
  • 58eb930 Harden test git repos against flaky 'Error building trees' failures (#212)
  • 30e5876 Bump version to 1.5.3
  • Additional commits viewable in compare view

Updates mkdocs-material from 9.7.1 to 9.7.7

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.7.7

[!WARNING]

Material for MkDocs is approaching end of life

Material for MkDocs is scheduled to reach end of life on November 5, 2026. Until then, maintenance is limited to critical bug fixes and security updates. After this date, the project will remain available on PyPI and GitHub, but no further maintenance is planned except in exceptional circumstances.

For users looking for a long-term, actively developed successor, we're building Zensical – a next-generation static site generator designed for technical documentation. If you're planning a new documentation project or evaluating your long-term options, we invite you to take a look.

Organizations requiring support beyond this date are welcome to get in touch to discuss available options.

Read the full announcement on our blog

Changes

  • Fixed a DOM-based XSS vulnerability in search suggestions

Thanks to @​p- for responsibly reporting this issue.

mkdocs-material-9.7.6

[!WARNING]

Material for MkDocs is in maintenance mode

Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.

Read the full announcement on our blog

Changes

  • Automatically disable MkDocs 2.0 warning for forks of MkDocs

mkdocs-material-9.7.5

[!WARNING]

Material for MkDocs is in maintenance mode

Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.

Read the full announcement on our blog

... (truncated)

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.7.7 (2026-07-17)

  • Fixed DOM-based XSS vulnerability in search suggestions

mkdocs-material-9.7.6 (2026-03-19)

  • Automatically disable MkDocs 2.0 warning for forks of MkDocs

mkdocs-material-9.7.5 (2026-03-10)

  • Limited version range of mkdocs to <2
  • Updated MkDocs 2.0 incompatibility warning (clarify relation with MkDocs)

mkdocs-material-9.7.4 (2026-03-03)

  • Hardened social cards plugin by switching to sandboxed environment
  • Updated MkDocs 2.0 incompatibility warning

mkdocs-material-9.7.3 (2026-02-24)

  • Fixed #8567: Print MkDocs 2.0 incompatibility warning to stderr

mkdocs-material-9.7.2 (2026-02-18)

  • Opened up version ranges of optional dependencies for forward-compatibility
  • Added warning to 'mkdocs build' about impending MkDocs 2.0 incompatibility

mkdocs-material-9.7.1 (2025-12-18)

  • Updated requests to 2.30+ to mitigate CVE in urllib
  • Fixed privacy plugin not picking up protocol-relative URLs
  • Fixed #8542: false positives and negatives captured in privacy plugin

mkdocs-material-9.7.0 (2025-11-11)

⚠️ Material for MkDocs is now in maintenance mode

This is the last release of Material for MkDocs that will receive new features. Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs for 12 months at least.

Read the full announcement on our blog: https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/

This release includes all features that were previously exclusive to the Insiders edition. These features are now freely available to everyone.

Note on deprecated plugins: The projects and typeset plugins are included in this release, but must be considered deprecated. Both plugins proved

... (truncated)

Commits

Updates mkdocs-table-reader-plugin to 3.1.0

Release notes

Sourced from mkdocs-table-reader-plugin's releases.

table-reader v3.1.0

Full Changelog: timvink/mkdocs-table-reader-plugin@v3.0.1...v3.1.0

Commits
  • 14a6c4a Update documentation on macros compatibility
  • 2cb9b08 typos
  • 4902747 Use macros in table-reader docs
  • cd9e558 Extend number of macros
  • 47ac5d5 update docs on how to use jinja, see #72
  • 5dcaeca Merge pull request #69 from timvink/add_support_for_indentation_in_macros
  • 572b702 Add support for fixing indentation in jinja
  • 9f6b419 Merge pull request #68 from timvink/v2_version
  • 80928d8 bump to v3.0.0
  • b94523e ruff format
  • Additional commits viewable in compare view

Updates pandas to 3.0.5

Release notes

Sourced from pandas's releases.

pandas 3.0.5

We are pleased to announce the release of pandas 3.0.5. This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.

See the full whatsnew for a list of all the changes.

Pandas 3.0 supports Python 3.11 and higher. The release can be installed from PyPI:

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Commits
  • e68db09 RLS: 3.0.5
  • 0697623 Backport PR #66428: DOC: update whatsnew for 3.0.5 (#66430)
  • 5d846d0 Backport PR #66090 on branch 3.0.x (BLD: exclude numpy 2.5.0 when building wh...
  • bef7a2b Backport PR #66169 on branch 3.0.x (CI: Fix pyarrow-nightly job (stale nightl...
  • 8188eb1 RLS: 3.0.4 (#66079)
  • bd35f15 [3.0.x] BUG: fix CoW issue in eval() (#66072)
  • 6195872 [backport 3.0.x] BUG: anchor whole alternation in Series.str.match for PyArro...
  • 70313be Backport PR #66051 on branch 3.0.x (BUG: fix regression in DataFrame setitem ...
  • 57ed3e2 [backport 3.0.x] Bump pypa/cibuildwheel from 3.4.1 to 4.1.0 (#65934) (#66026)
  • f9693fc [backport 3.0.x] BUG(pandas 3.0 regression): drop(index=...) doesn't accept N...
  • Additional commits viewable in compare view

Updates pymdown-extensions to 11.0.2

Release notes

Sourced from pymdown-extensions's releases.

11.0.2

  • FIX: InlineHilite: Improve performance of inline code matching.
  • FIX: Keys: Fix regex pattern inefficiencies.
  • FIX: Blocks.HTML: Fix backtracking in HTML extension.
Commits
  • b8996d7 Docs: Update JS deps
  • 3a190d9 Fix backtracking in HTML blocks extension
  • 819f2f8 Keys: Fix regex pattern inefficiencies.
  • 34fc8e2 Improve InlineHilite pattern parsing
  • 5dfef3f Fix lint
  • f263972 Update tests to match latest Pygments
  • 6d3688e Make a note about symlinks and snippets
  • c684985 Merge commit from fork
  • 6d0097b Update changelog
  • f4808ea Bump version and update changelog
  • Additional commits viewable in compare view

Updates python-on-whales to 0.81.0

Release notes

Sourced from python-on-whales's releases.

v0.81.0

What's Changed

New Contributors

Full Changelog: gabrieldemarmiesse/python-on-whales@v0.80.0...v0.81.0

Commits
  • 059d89a Bump version to 0.81.0
  • f0b529e feat(compose): Add support for docker compose up SERVICE --no-deps (#708)
  • b615fc4 More accurate error handling when streaming stdout and stderr (#703)
  • ee87a94 Bump version to 0.80.0
  • 12efa46 Add support for --metadata-file option with buildx bake (#693)
  • 6dfcce4 Add --service-ports flag to compose.run (#701)
  • fde7e12 Use the trusted publisher system of pypi (#702)
  • 511ca73 Add another test for buildx secrets (#651)
  • 5c697f9 fix: missing ipam_config in NetworkInspectResult (#700)
  • 6423af2 Add unconditional debug level logging (#696)
  • Additional commits viewable 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

Updates the requirements on [mkdocs-callouts](https://github.com/sondregronas/mkdocs-callouts), [mkdocs-git-authors-plugin](https://github.com/timvink/mkdocs-git-authors-plugin), [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocs-table-reader-plugin](https://github.com/timvink/mkdocs-table-reader-plugin), [pandas](https://github.com/pandas-dev/pandas), [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) and [python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales) to permit the latest version.

Updates `mkdocs-callouts` to 1.17.1
- [Release notes](https://github.com/sondregronas/mkdocs-callouts/releases)
- [Commits](sondregronas/mkdocs-callouts@v1.13.2...v1.17.1)

Updates `mkdocs-git-authors-plugin` to 0.10.0
- [Release notes](https://github.com/timvink/mkdocs-git-authors-plugin/releases)
- [Commits](timvink/mkdocs-git-authors-plugin@v0.8.0...v0.10.0)

Updates `mkdocs-git-revision-date-localized-plugin` to 1.5.4
- [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
- [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.2.5...v1.5.4)

Updates `mkdocs-material` from 9.7.1 to 9.7.7
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.7.1...9.7.7)

Updates `mkdocs-table-reader-plugin` to 3.1.0
- [Release notes](https://github.com/timvink/mkdocs-table-reader-plugin/releases)
- [Commits](timvink/mkdocs-table-reader-plugin@v2.1.0...v3.1.0)

Updates `pandas` to 3.0.5
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.0.3...v3.0.5)

Updates `pymdown-extensions` to 11.0.2
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.8.1...11.0.2)

Updates `python-on-whales` to 0.81.0
- [Release notes](https://github.com/gabrieldemarmiesse/python-on-whales/releases)
- [Commits](gabrieldemarmiesse/python-on-whales@v0.71.0...v0.81.0)

---
updated-dependencies:
- dependency-name: mkdocs-callouts
  dependency-version: 1.17.1
  dependency-type: direct:production
  dependency-group: docs
- dependency-name: mkdocs-git-authors-plugin
  dependency-version: 0.10.0
  dependency-type: direct:production
  dependency-group: docs
- dependency-name: mkdocs-git-revision-date-localized-plugin
  dependency-version: 1.5.4
  dependency-type: direct:production
  dependency-group: docs
- dependency-name: mkdocs-material
  dependency-version: 9.7.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docs
- dependency-name: mkdocs-table-reader-plugin
  dependency-version: 3.1.0
  dependency-type: direct:production
  dependency-group: docs
- dependency-name: pandas
  dependency-version: 3.0.5
  dependency-type: direct:production
  dependency-group: docs
- dependency-name: pymdown-extensions
  dependency-version: 11.0.2
  dependency-type: direct:production
  dependency-group: docs
- dependency-name: python-on-whales
  dependency-version: 0.81.0
  dependency-type: direct:production
  dependency-group: docs
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 8, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 8, 2026
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

docs/requirements.txt

PackageVersionLicenseIssue Type
python_on_whales>= 0.81.0NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
pip/mkdocs-callouts >= 1.17.1 UnknownUnknown
pip/mkdocs-git-authors-plugin >= 0.10.0 UnknownUnknown
pip/mkdocs-git-revision-date-localized-plugin >= 1.5.4 UnknownUnknown
pip/mkdocs-material 9.7.7 UnknownUnknown
pip/mkdocs-table-reader-plugin >= 3.1.0 UnknownUnknown
pip/pandas >= 3.0.5 UnknownUnknown
pip/pymdown-extensions >= 11.0.2 UnknownUnknown
pip/python_on_whales >= 0.81.0 UnknownUnknown

Scanned Files

  • docs/requirements.txt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants