Skip to content

Bump sphinx-tabs from 3.4.7 to 3.5.0#94

Merged
docktermj merged 1 commit intomainfrom
dependabot/pip/sphinx-tabs-3.5.0
Mar 25, 2026
Merged

Bump sphinx-tabs from 3.4.7 to 3.5.0#94
docktermj merged 1 commit intomainfrom
dependabot/pip/sphinx-tabs-3.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps sphinx-tabs from 3.4.7 to 3.5.0.

Release notes

Sourced from sphinx-tabs's releases.

v3.5.0

What's Changed

New Contributors

Full Changelog: executablebooks/sphinx-tabs@v3.4.7...v3.5.0

Changelog

Sourced from sphinx-tabs's changelog.

3.5.0 - 2026-03-02

  • Adding support for up to Sphinx 9.1 and dropped support for versions <7.
  • Adding support for docutils 0.22.
  • Adding support for up to Python 3.14 and dropped support for versions <3.10.

3.4.5 - 2024-01-21

Removed

  • docutils version pin

3.4.2 - 2023-19-22

Added

  • Testing for Python 3.11 and 3.12

Removed

  • Dependency on unsupported sphinx_testing package

3.4.2 - 2023-19-22

Fixed

  • tests for sphinx 7.2
  • slice assignment in update_context(), which was removing JS scripts from other sphinx extensions/themes on pages where tabs were not used

Added

  • Note in docs to clarify that include directive can't be used within a code-tab

3.4.1 - 2022-07-02

Added

  • Weekly scheduled testing, to catch breaking changes in unpinned dependencies

Changed

  • docutils version pin to allow use of verison 0.18.x

Removed

  • sphinx version pinning - only the latest version of sphinx will now be fully supported, but previous versions will work if sphinx dependencies (i.e. jinja2) are managed correctly. This is inline with the approach at sphinx
  • tests that were specific to older versions of sphinx and pygments
  • jinja2 version pinning, as this is now pinned in latest version of sphinx

3.4.0 - 2022-06-26

Added

... (truncated)

Commits
  • 4ee56c6 Release v3.5.0
  • eeb478f Update packaging command in CI
  • 505d776 MAINT: adding basic build-system
  • 1af2528 Finalizing changelog for v3.5.0
  • f682229 MAINT: ignoring bots for changelog
  • 40f50ad MAINT: renaming the default branch to main (#219)
  • fcb455c MAINT: dropping sphinx<7 and python<3.10 versions (#218)
  • bb0be82 Bump the actions group in /.github/workflows with 3 updates (#217)
  • 853e580 MAINT: adding dependabot (#215)
  • 3bab12d MAINT: adding new python versions to testing (#216)
  • Additional commits viewable in compare view

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)

Resolves #219
Resolves #218
Resolves #217
Resolves #215
Resolves #216
Resolves executablebooks/sphinx-tabs#200
Resolves executablebooks/sphinx-tabs#210
Resolves executablebooks/sphinx-tabs#207
Resolves executablebooks/sphinx-tabs#216
Resolves executablebooks/sphinx-tabs#215
Resolves executablebooks/sphinx-tabs#218
Resolves executablebooks/sphinx-tabs#219
Resolves executablebooks/sphinx-tabs#205

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 25, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 25, 2026 13:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 25, 2026
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

PR Code Review

Summary: This PR bumps sphinx-tabs from 3.4.7 to 3.5.0 in documentation-requirements.txt.


Code Quality

  • Style guide — Single-line change to a requirements file, no style concerns.
  • No commented-out code — N/A.
  • Meaningful variable names — N/A.
  • DRY principle — N/A.
  • Defects/bugs — No logic errors; straightforward version bump. 3.5.0 is a minor version increment and unlikely to introduce breaking changes, but no tests or lockfile are present to confirm compatibility.
  • Project CLAUDE.md — No .claude/CLAUDE.md found.

Testing

  • No tests — There are no tests covering the documentation build with the new dependency version. While this is a documentation-only dependency, a CI job that builds the docs would confirm compatibility. Verify that your CI pipeline builds docs with this version before merging.

Documentation

  • README — No update needed for a dependency bump.
  • API docs — N/A.
  • Inline comments — N/A.
  • CHANGELOG.md — No CHANGELOG entry for this dependency bump. Depending on project conventions, dependency updates may warrant a changelog entry (e.g., under a "Dependencies" or "Maintenance" section).

Security

  • No hardcoded credentials — N/A.
  • Input validation — N/A.
  • Error handling — N/A.
  • No sensitive data — N/A.
  • No license files — No .lic files or AQAAAD-prefixed strings.

Overall Assessment

This is a minimal, low-risk dependency bump. The main thing to verify is that CI builds the documentation successfully with sphinx-tabs==3.5.0. No blocking issues found.

Automated code review analyzing defects and coding standards

Bumps [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) from 3.4.7 to 3.5.0.
- [Release notes](https://github.com/executablebooks/sphinx-tabs/releases)
- [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/main/CHANGELOG.md)
- [Commits](executablebooks/sphinx-tabs@v3.4.7...v3.5.0)

---
updated-dependencies:
- dependency-name: sphinx-tabs
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/sphinx-tabs-3.5.0 branch from b48dc9c to 7f83d7f Compare March 25, 2026 13:14
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

Code Review

PR Summary: Dependency bump — sphinx-tabs 3.4.7 → 3.5.0 in documentation-requirements.txt


Code Quality

  • Style guide — Single-line change in a requirements file; no style concerns.
  • No commented-out code — N/A.
  • Meaningful variable names — N/A.
  • DRY principle — N/A.
  • Defects — No bugs or logic errors. This is a minor version bump (3.4.7 → 3.5.0), which should be backwards-compatible per semver.
  • Project memory (.claude/CLAUDE.md) — Not present; no concerns.

Testing

  • Unit/integration tests — Not applicable for a documentation dependency bump.
  • Edge cases — N/A.
  • Coverage — N/A.

Documentation

  • README — No update needed.
  • API docs — N/A.
  • Inline comments — N/A.
  • CHANGELOG.md — Not updated. The [Unreleased] section exists but this bump is not recorded there. Dependency updates should be noted (e.g., - Bump sphinx-tabs from 3.4.7 to 3.5.0).
  • Markdown formatting — N/A.

Security

  • No hardcoded credentials — N/A.
  • Input validation — N/A.
  • Error handling — N/A.
  • Sensitive data in logs — N/A.
  • License files — None present.

Summary

This is a straightforward, low-risk documentation dependency bump. The only issue is:

  1. CHANGELOG.md not updated (CHANGELOG.md:9) — Add an entry under [Unreleased] for the sphinx-tabs version bump.

Automated code review analyzing defects and coding standards

@docktermj docktermj merged commit 167171a into main Mar 25, 2026
16 checks passed
@docktermj docktermj deleted the dependabot/pip/sphinx-tabs-3.5.0 branch March 25, 2026 19:37
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.

2 participants