Skip to content

Fix sphinx-tabs/sphinx-toolbox dependency conflict#722

Merged
waltsims merged 1 commit intodependabot/pip/sphinx-toolbox-4.1.2from
copilot/fix-pr-failure-issues-again
May 6, 2026
Merged

Fix sphinx-tabs/sphinx-toolbox dependency conflict#722
waltsims merged 1 commit intodependabot/pip/sphinx-toolbox-4.1.2from
copilot/fix-pr-failure-issues-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 6, 2026

sphinx-toolbox==4.1.2 requires sphinx-tabs<3.4.7, which conflicts with the previously pinned sphinx-tabs==3.4.7, causing ResolutionImpossible errors in docs install CI.

Changes

  • Downgraded sphinx-tabs pin from 3.4.73.4.5 (highest version satisfying sphinx-toolbox 4.1.2's constraint) in pyproject.toml
  • Regenerated uv.lock

Greptile Summary

This PR resolves a ResolutionImpossible error in docs install CI by downgrading the sphinx-tabs pin from ==3.4.7 to ==3.4.5, which satisfies sphinx-toolbox==4.1.2's declared sphinx-tabs<3.4.7 upper bound. The uv.lock is regenerated accordingly, picking up a lockfile format revision bump (1 → 3) that adds upload-time metadata to every package entry.

  • pyproject.toml: single-line version pin change (sphinx-tabs==3.4.7==3.4.5) under the docs extras group.
  • uv.lock: full re-resolution with sphinx-tabs 3.4.5 now resolved; all package hashes and sizes are preserved; only upload-time fields and the revision header are new additions from the updated uv format.

Confidence Score: 5/5

Safe to merge; the only functional change is a one-line docs-dependency version pin that unblocks CI.

The change is limited to the docs extras group and has no effect on the runtime package or its tests. sphinx-tabs 3.4.5 is a stable release that satisfies sphinx-toolbox 4.1.2's constraint, and the lockfile correctly reflects the resolved version with all hashes intact.

No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Downgraded sphinx-tabs pin from ==3.4.7 to ==3.4.5 to satisfy sphinx-toolbox==4.1.2's <3.4.7 constraint; no other changes.
uv.lock Lockfile regenerated with sphinx-tabs resolved to 3.4.5; revision bumped from 1 → 3 and upload-time metadata fields added to all package entries (uv format upgrade), hashes intact.

Sequence Diagram

sequenceDiagram
    participant pip as pip / uv resolver
    participant toml as pyproject.toml
    participant toolbox as sphinx-toolbox==4.1.2
    participant tabs as sphinx-tabs

    pip->>toml: read docs extras
    toml-->>pip: sphinx-toolbox==4.1.2, sphinx-tabs==3.4.5
    pip->>toolbox: check constraints
    toolbox-->>pip: requires sphinx-tabs<3.4.7
    pip->>tabs: resolve sphinx-tabs==3.4.5
    tabs-->>pip: satisfies <3.4.7
    pip-->>toml: resolution success → uv.lock written
Loading

Reviews (1): Last reviewed commit: "Fix sphinx-tabs/sphinx-toolbox conflict:..." | Re-trigger Greptile

@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.40%. Comparing base (4f1e867) to head (8664ead).

Additional details and impacted files
@@                         Coverage Diff                          @@
##           dependabot/pip/sphinx-toolbox-4.1.2     #722   +/-   ##
====================================================================
  Coverage                                74.40%   74.40%           
====================================================================
  Files                                       56       56           
  Lines                                     8026     8026           
  Branches                                  1570     1570           
====================================================================
  Hits                                      5972     5972           
  Misses                                    1437     1437           
  Partials                                   617      617           
Flag Coverage Δ
3.10 74.40% <ø> (ø)
3.11 74.40% <ø> (ø)
3.12 74.40% <ø> (ø)
3.13 74.40% <ø> (ø)
macos-latest 74.38% <ø> (ø)
ubuntu-latest 74.38% <ø> (ø)
windows-latest 74.39% <ø> (ø)

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.

@waltsims waltsims merged commit 4cfa213 into dependabot/pip/sphinx-toolbox-4.1.2 May 6, 2026
153 checks passed
@waltsims waltsims deleted the copilot/fix-pr-failure-issues-again branch May 6, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants