Bump sphinx-toolbox from 3.8.0 to 4.1.2#700
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 3.8.0 to 4.1.2. - [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@v3.8.0...v4.1.2) --- updated-dependencies: - dependency-name: sphinx-toolbox dependency-version: 4.1.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #700 +/- ##
=======================================
Coverage 74.40% 74.40%
=======================================
Files 56 56
Lines 8026 8026
Branches 1570 1570
=======================================
Hits 5972 5972
Misses 1437 1437
Partials 617 617
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps sphinx-toolbox from 3.8.0 to 4.1.2.
Release notes
Sourced from sphinx-toolbox's releases.
... (truncated)
Changelog
Sourced from sphinx-toolbox's changelog.
Commits
424ec8cBump version v4.1.1 -> v4.1.26646ea8Updated files with 'repo_helper'. (#206)eb99359Ignore man page builds for CollapseNode (#205)0efd91aLint1c79c9cLinta88102bUpdated files with 'repo_helper'. (#202)ea234ffFix typo38974cbLint78567efConvert test_get_variable_type to use pytest.mark.parametrizea02575eLintDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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-toolboxdocumentation dependency from3.8.0to4.1.2(a major version bump). The change is limited to a single line inpyproject.tomlunder the[project.optional-dependencies] docsgroup, so it only affects documentation builds, not the library itself.4.0.0release is thatsphinx_toolbox.sourceno longer auto-enablessphinx_toolbox.github. The project'sdocs/conf.pyusessphinx_toolbox.code, notsphinx_toolbox.source, so this breaking change does not apply here.source_link_targetconfiguration is present indocs/conf.py, confirming the project is unaffected by the 4.0.0 breaking change.Confidence Score: 5/5
sphinx_toolbox.sourceno longer auto-enablingsphinx_toolbox.github) does not affect this project, which usessphinx_toolbox.code. No production code is touched.Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[pyproject.toml\ndocs dependency group] --> B{sphinx-toolbox version} B -- "was 3.8.0" --> C[Old: 3.8.0] B -- "now 4.1.2" --> D[New: 4.1.2] D --> E[docs/conf.py\nextensions] E --> F[sphinx_toolbox.code\n✅ Unchanged API] E --> G[sphinx_toolbox.source\n❌ Not used — breaking\nchange in 4.0.0 N/A]Reviews (1): Last reviewed commit: "Bump sphinx-toolbox from 3.8.0 to 4.1.2" | Re-trigger Greptile