Skip to content

chore(python): Bump the documentation group in /docs with 5 updates#27468

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/docs/documentation-f50518f1c6
Closed

chore(python): Bump the documentation group in /docs with 5 updates#27468
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/docs/documentation-f50518f1c6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Updates the requirements on numba, mkdocs-material, mkdocs-macros-plugin, markdown-exec and pygithub to permit the latest version.
Updates numba to 0.60.0

Release notes

Sourced from numba's releases.

0.60.0

Major Numba release.

Commits
  • 53e976f Merge pull request #9620 from esc/cherry-pick/rc-bugfixes-for-0.60.0-final
  • 6cee88e add remaining PRs that were cherry-picked
  • 38beff8 update change log
  • 5e6270a update version support table with release date
  • ff2e495 Merge pull request #9603 from sklam/fix/avx512nocona
  • 48faddf Merge pull request #9602 from sklam/fix/np2compat
  • 7d1976f Merge pull request #9586 from sklam/fix/bug9581
  • b3dc3df Merge pull request #9596 from kc611/import-issue
  • 056012a Added tests
  • 08bfe07 Added inline_closurecall as an import during registry loading
  • Additional commits viewable in compare view

Updates mkdocs-material from 9.6.20 to 9.7.6

Release notes

Sourced from mkdocs-material's releases.

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

Changes

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

mkdocs-material-9.7.4

[!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

  • Hardened social cards plugin by switching to sandboxed environment (recommended by @​caveeroo)
  • Updated MkDocs 2.0 incompatibility warning

... (truncated)

Changelog

Sourced from mkdocs-material's changelog.

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 unsustainable to maintain and represent architectural dead ends. They are provided as-is without ongoing support.

Changes:

... (truncated)

Commits
  • 6c52ed6 Prepare 9.7.6 release
  • 51d9b76 Automatically disable MkDocs 2.0 warning for forks of MkDocs
  • 6f9a48b Updated links
  • 00b9933 Prepare 9.7.5 release
  • 37683d1 Updated blog post on MkDocs 2.0
  • 199e315 Updated warning message to clarify relation to MkDocs
  • 1025833 Limited version range of mkdocs to <2
  • 1532f52 Added update log to blog post
  • d0c8b28 Updated dependencies to fix vulnerabilities
  • 71d4869 Updated blog post on MkDocs 2.0
  • Additional commits viewable in compare view

Updates mkdocs-macros-plugin from 1.3.7 to 1.5.0

Changelog

Sourced from mkdocs-macros-plugin's changelog.

1.5.0, 2025-11-13

  • Added: For each push, testing on github for versions Python 3.8 to 3.12
  • Fixed: bug in import of packages when not in source dir (#278)

1.4.1, 2025-10-18

  • Added: support for j2_extensions paramater in config file (#272)
  • Fixed: missing dependency declaration on requests (#269)

1.4.0, 2025-09-21

  • Removed: auto-install of missing pluglet (meaningful error message #262)
  • Fixed: error with yaml dumps (#258)
  • Fixed: detection of Jinja2, to allow title rendering (#266)
  • Small improvements to documentation
Commits
  • 0536f4d Fix type hint for compatibility
  • d9a6bc3 Require mkdocs-test>=0.6.0 (compatibility with Python 3.8 and 3.9)
  • bcaa72d Make last minute corrections
  • 356fc2a Prepare for release
  • aaf16bd Limit testing to 3.10 up (#279)
  • ba5356c Use proper exit for pytest if Python < 3.10 (#279)
  • 6c79660 Skip test_modules.py if Python version < 3.10 (#279)
  • cec7440 Test installation of d2 in a cross-platform way (#279)
  • 492759c Update with changes from local repo (#278)
  • cc54168 Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin
  • Additional commits viewable in compare view

Updates markdown-exec from 1.10.0 to 1.11.0

Release notes

Sourced from markdown-exec's releases.

1.11.0

1.11.0 - 2025-06-28

Compare with 1.10.4

Features

1.10.4

1.10.4 - 2025-06-27

Compare with 1.10.3

Bug Fixes

  • Don't fail when used as Markdown extension and MkDocs is not installed (7722250 by Timothée Mazzucotelli). Issue-91

1.10.3

1.10.3 - 2025-03-24

Compare with 1.10.2

Bug Fixes

  • Also escape strings printed directly to the output (a668aeb by Timothée Mazzucotelli). Issue-87
  • Don't forget to clear "Initializing" in Pyodide output (e0b52b4 by Timothée Mazzucotelli).

1.10.2

1.10.2 - 2025-03-18

Compare with 1.10.1

Bug Fixes

  • Escape Pyodide output, improve error handling (ec83f48 by Timothée Mazzucotelli). Issue-87

Code Refactoring

  • Sync API and docs (1245ed9 by Timothée Mazzucotelli).
  • Move code under internal folder (b132e78 by Timothée Mazzucotelli).

1.10.1

1.10.1 - 2025-03-11

Compare with 1.10.0

Build

  • Add lower bound to pygments-ansi-color extra (a8e17c9 by Timothée Mazzucotelli).

... (truncated)

Changelog

Sourced from markdown-exec's changelog.

1.11.0 - 2025-06-28

Compare with 1.10.4

Features

1.10.4 - 2025-06-27

Compare with 1.10.3

Bug Fixes

  • Don't fail when used as Markdown extension and MkDocs is not installed (7722250 by Timothée Mazzucotelli). Issue-91

1.10.3 - 2025-03-24

Compare with 1.10.2

Bug Fixes

  • Also escape strings printed directly to the output (a668aeb by Timothée Mazzucotelli). Issue-87
  • Don't forget to clear "Initializing" in Pyodide output (e0b52b4 by Timothée Mazzucotelli).

1.10.2 - 2025-03-18

Compare with 1.10.1

Deprecations

Expose public API under top-level module markdown_exec. Importing from submodules is now deprecated.

Bug Fixes

  • Escape Pyodide output, improve error handling (ec83f48 by Timothée Mazzucotelli). Issue-87

Code Refactoring

  • Sync API and docs (1245ed9 by Timothée Mazzucotelli).
  • Move code under internal folder (b132e78 by Timothée Mazzucotelli).

1.10.1 - 2025-03-11

Compare with 1.10.0

Build

  • Add lower bound to pygments-ansi-color extra (a8e17c9 by Timothée Mazzucotelli).

... (truncated)

Commits
  • 7d0e201 chore: Prepare release 1.11.0
  • c64a2ef feat: Add option to set height of Pyodide/Ace editors
  • d64fe2e chore: Prepare release 1.10.4
  • 7722250 fix: Don't fail when used as Markdown extension and MkDocs is not installed
  • 449b4f1 ci: Ignore Ruff warning
  • 2aced22 chore: Template upgrade
  • 9df9d5e chore: Prepare release 1.10.3
  • a668aeb fix: Also escape strings printed directly to the output
  • e0b52b4 fix: Don't forget to clear "Initializing" in Pyodide output
  • 2aa8171 docs: Add deprecation note to changelog
  • Additional commits viewable in compare view

Updates pygithub from 2.6.1 to 2.9.1

Release notes

Sourced from pygithub's releases.

v2.9.1

Bug Fixes

Full Changelog: PyGithub/PyGithub@v2.9.0...v2.9.1

v2.9.0

Notable changes

Lazy PyGithub objects

The notion of lazy objects has been added to some PyGithub classes in version 2.6.0. This release now makes all CompletableGithubObjects optionally lazy (if useful). See PyGithub/PyGithub#3403 for a complete list.

In lazy mode, getting a PyGithub object does not send a request to the GitHub API. Only accessing methods and properties sends the necessary requests to the GitHub API:

# Use lazy mode
g = Github(auth=auth, lazy=True)
these method calls do not send requests to the GitHub API
user = g.get_user("PyGithub")    # get the user
repo = user.get_repo("PyGithub") # get the user's repo
pull = repo.get_pull(3403)       # get a known pull request
issue = pull.as_issue()          # turn the pull request into an issue
these method and property calls send requests to Github API
issue.create_reaction("rocket")  # create a reaction
created = repo.created_at        # get property of lazy object repo
once a lazy object has been fetched, all properties are available (no more requests)
licence = repo.license

All PyGithub classes that implement CompletableGithubObject support lazy mode (if useful). This is only useful for classes that have methods creating, changing, or getting objects.

By default, PyGithub objects are not lazy.

PyGithub objects with a paginated property

The GitHub API has the "feature" of paginated properties. Some objects returned by the API have a property that allows for pagination. Fetching subsequent pages of that property means fetching the entire object (with all other properties) and the specified page of the paginated property. Iterating over the paginated property means fetching all other properties multiple times. Fortunately, the allowed size of each page (per_page is usually 300, in contrast to the "usual" per_page maximum of 100).

Objects with paginated properties:

  • Commit.files
  • Comparison.commits
  • EnterpriseConsumedLicenses.users

This PR makes iterating those paginated properties use the configured per_page setting.

... (truncated)

Changelog

Sourced from pygithub's changelog.

Version 2.9.1 (April 14, 2026)

Bug Fixes ^^^^^^^^^

  • Fix getting release by tag in lazy mode ([#3469](https://github.com/pygithub/pygithub/issues/3469) <https://github.com/PyGithub/PyGithub/pull/3469>) (7d1ba281e <https://github.com/PyGithub/PyGithub/commit/7d1ba281e>)

Version 2.9.0 (March 22, 2026)

Notable changes ^^^^^^^^^^^^^^^

Lazy PyGithub objects """""""""""""""""""""

The notion of lazy objects has been added to some PyGithub classes in version 2.6.0. This release now makes all CompletableGithubObject\s optionally lazy (if useful). See [#3403](https://github.com/pygithub/pygithub/issues/3403) <https://github.com/PyGithub/PyGithub/pull/3403>_ for a complete list.

In lazy mode, getting a PyGithub object does not send a request to the GitHub API. Only accessing methods and properties sends the necessary requests to the GitHub API:

.. code-block:: python

# Use lazy mode
g = Github(auth=auth, lazy=True)

these method calls do not send requests to the GitHub API

user = g.get_user("PyGithub") # get the user repo = user.get_repo("PyGithub") # get the user's repo pull = repo.get_pull(3403) # get a known pull request issue = pull.as_issue() # turn the pull request into an issue

these method and property calls send requests to Github API

issue.create_reaction("rocket") # create a reaction created = repo.created_at # get property of lazy object repo

once a lazy object has been fetched, all properties are available (no more requests)

licence = repo.license

All PyGithub classes that implement CompletableGithubObject support lazy mode (if useful). This is only useful for classes that have methods creating, changing, or getting objects.

By default, PyGithub objects are not lazy.

PyGithub objects with a paginated property """"""""""""""""""""""""""""""""""""""""""

The GitHub API has the "feature" of paginated properties.

... (truncated)

Commits

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 [numba](https://github.com/numba/numba), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin), [markdown-exec](https://github.com/pawamoy/markdown-exec) and [pygithub](https://github.com/pygithub/pygithub) to permit the latest version.

Updates `numba` to 0.60.0
- [Release notes](https://github.com/numba/numba/releases)
- [Commits](numba/numba@0.54.0...0.60.0)

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

Updates `mkdocs-macros-plugin` from 1.3.7 to 1.5.0
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)
- [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md)
- [Commits](fralau/mkdocs-macros-plugin@v1.3.7...v1.5.0)

Updates `markdown-exec` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/pawamoy/markdown-exec/releases)
- [Changelog](https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md)
- [Commits](pawamoy/markdown-exec@1.10.0...1.11.0)

Updates `pygithub` from 2.6.1 to 2.9.1
- [Release notes](https://github.com/pygithub/pygithub/releases)
- [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst)
- [Commits](PyGithub/PyGithub@v2.6.1...v2.9.1)

---
updated-dependencies:
- dependency-name: numba
  dependency-version: 0.60.0
  dependency-type: direct:production
  dependency-group: documentation
- dependency-name: mkdocs-material
  dependency-version: 9.7.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
- dependency-name: mkdocs-macros-plugin
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
- dependency-name: markdown-exec
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
- dependency-name: pygithub
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the skip changelog Do not include in changelog label May 1, 2026
@dependabot dependabot Bot requested review from c-peters and ritchie46 as code owners May 1, 2026 07:33
@dependabot dependabot Bot added the skip changelog Do not include in changelog label May 1, 2026
@github-actions github-actions Bot added internal An internal refactor or improvement python Related to Python Polars labels May 1, 2026
@orlp orlp closed this May 4, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/pip/docs/documentation-f50518f1c6 branch May 4, 2026 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal An internal refactor or improvement python Related to Python Polars skip changelog Do not include in changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant