Skip to content

Bump sphinx-toolbox from 4.1.2 to 4.2.0#751

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/sphinx-toolbox-4.2.0
Open

Bump sphinx-toolbox from 4.1.2 to 4.2.0#751
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/sphinx-toolbox-4.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps sphinx-toolbox from 4.1.2 to 4.2.0.

Release notes

Sourced from sphinx-toolbox's releases.

Version 4.2.0

Automatically copied from PyPI.


Powered by OctoCheese
📝 docs | :octocat: repo | 🙋 issues | 🏪 marketplace

Version 4.2.0rc1

Automatically copied from PyPI.


Powered by OctoCheese
📝 docs | :octocat: repo | 🙋 issues | 🏪 marketplace

Changelog

Sourced from sphinx-toolbox's changelog.

4.2.0

  • Remove cap on ruamel.yaml (:pr:214)
  • Updates to more_autodoc for Sphinx 9 compatibility.

4.1.0

General compatibility updates

4.0.0

The :mod:sphinx_toolbox.source module no longer enables the :mod:sphinx_toolbox.github extension automatically. If you have :confval:source_link_target set to 'GitHub' you may need to enable the extension manually.

3.10.0

Allow GitHub branch to be specified for :rst:dir:installation directive.

3.9.0

Improved support for Sphinx 8.1+

3.8.2

(BUG) Fix GitHub issue title parsing.

3.8.0

Improved support for Sphinx 7.3+

3.7.0

  • Add :class:sphinx_toolbox.more_autodoc.variables.PropertyDocumenter.
  • Use sphinx's HTML5Translator over HTMLTranslator.

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Greptile Summary

This PR bumps the sphinx-toolbox documentation dependency from 4.1.2 to 4.2.0. The change is confined to the docs extras group in pyproject.toml and does not affect runtime or test dependencies.

  • The 4.2.0 release removes the ruamel.yaml version cap and adds Sphinx 9 compatibility. Neither change affects the project since Sphinx is already pinned to <9.
  • No runtime code, tests, or configuration files are modified.

Confidence Score: 5/5

Safe to merge — a single version string in the docs-only extras group is updated; no runtime or test code is touched.

The only change is bumping sphinx-toolbox in the docs optional-dependency group. The new version removes a ruamel.yaml cap and adds Sphinx 9 support, neither of which conflicts with the existing sphinx<9 pin. No runtime, test, or CI paths are affected.

No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Bumps sphinx-toolbox from 4.1.2 to 4.2.0 in the docs optional dependencies group; no other changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[pyproject.toml docs extras] --> B[sphinx < 9]
    A --> C[sphinx-toolbox 4.2.0]
    A --> D[furo, sphinx-mdinclude, sphinx-copybutton, sphinx-tabs]
    C -->|4.2.0 changelog| E[Removes ruamel.yaml cap]
    C -->|4.2.0 changelog| F[Sphinx 9 compatibility]
    B -->|still pinned <9| G[No conflict with new Sphinx 9 features]
Loading

Reviews (1): Last reviewed commit: "Bump sphinx-toolbox from 4.1.2 to 4.2.0" | Re-trigger Greptile

Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/sphinx-toolbox/sphinx-toolbox/releases)
- [Changelog](https://github.com/sphinx-toolbox/sphinx-toolbox/blob/master/doc-source/changelog.rst)
- [Commits](sphinx-toolbox/sphinx-toolbox@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: sphinx-toolbox
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 May 26, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.57%. Comparing base (66c256d) to head (375c0f4).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #751   +/-   ##
=======================================
  Coverage   75.57%   75.57%           
=======================================
  Files          57       57           
  Lines        8195     8195           
  Branches     1600     1600           
=======================================
  Hits         6193     6193           
  Misses       1381     1381           
  Partials      621      621           
Flag Coverage Δ
3.10 75.53% <ø> (ø)
3.11 75.53% <ø> (ø)
3.12 75.53% <ø> (ø)
3.13 75.53% <ø> (ø)
macos-latest 75.47% <ø> (ø)
ubuntu-latest 75.47% <ø> (ø)
windows-latest 75.31% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants