Skip to content

Update sphinx-tabs requirement from ==3.4.* to >=3.4,<3.6#467

Merged
docktermj merged 1 commit intomainfrom
dependabot/pip/sphinx-tabs-gte-3.4-and-lt-3.6
Mar 25, 2026
Merged

Update sphinx-tabs requirement from ==3.4.* to >=3.4,<3.6#467
docktermj merged 1 commit intomainfrom
dependabot/pip/sphinx-tabs-gte-3.4-and-lt-3.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updates the requirements on sphinx-tabs to permit the latest version.

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

Updates the requirements on [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) to permit the latest version.
- [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.0...v3.5.0)

---
updated-dependencies:
- dependency-name: sphinx-tabs
  dependency-version: 3.5.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Python programming language labels Mar 25, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 25, 2026 01:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Python programming language labels Mar 25, 2026
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

PR Code Review

Summary: This is a minimal dependency version constraint change for sphinx-tabs in pyproject.toml.


Code Quality

  • Style guide: Single-line change, follows existing formatting conventions.
  • No commented-out code
  • No DRY violations
  • No defects: Changing sphinx-tabs==3.4.* to sphinx-tabs>=3.4,<3.6 is a valid relaxation of the version constraint, allowing minor version upgrades (3.4.x and 3.5.x) while still capping below 3.6. This is a reasonable approach for documentation dependencies.

Testing

  • N/A: Dependency version constraint change only; no logic changes require tests.

Documentation

  • README: No update needed.
  • CHANGELOG.md: Not included in diff — for a dependency bump this is typically optional, but worth noting if the project maintains a detailed changelog.
  • Markdown formatting: No markdown files changed.

Security

  • No hardcoded credentials
  • No sensitive data
  • No license files (.lic) checked in

Overall Assessment

APPROVED — This is a clean, intentional relaxation of a version pin for sphinx-tabs, consistent with the automated dependency update style seen in recent commits (sphinx-tabs>=3.4,<3.6). No issues found.

Automated code review analyzing defects and coding standards

@github-actions
Copy link
Copy Markdown

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  src/senzing
  szengineflags.py
  szerror.py
Project Total  

This report was generated by python-coverage-comment-action

@docktermj docktermj merged commit c45bf74 into main Mar 25, 2026
67 checks passed
@docktermj docktermj deleted the dependabot/pip/sphinx-tabs-gte-3.4-and-lt-3.6 branch March 25, 2026 12:34
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 Python programming language

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Undocument certain methods

2 participants