Skip to content

chore(deps): update doc-updates#837

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/doc-updates
Open

chore(deps): update doc-updates#837
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/doc-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 15, 2025

This PR contains the following updates:

Package Change Age Confidence
sphinx-autodoc-typehints (changelog) ==3.5.2==3.10.0 age confidence
sphinx-rtd-theme ==3.0.2==3.1.0 age confidence

Release Notes

tox-dev/sphinx-autodoc-typehints (sphinx-autodoc-typehints)

v3.10.0

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.11...3.10.0

v3.9.11

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.10...3.9.11

v3.9.10

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.9...3.9.10

v3.9.9

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.8...3.9.9

v3.9.8

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.7...3.9.8

v3.9.7

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.6...3.9.7

v3.9.6

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.5...3.9.6

v3.9.5

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.4...3.9.5

v3.9.4

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.3...3.9.4

v3.9.3

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.2...3.9.3

v3.9.2

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.1...3.9.2

v3.9.1

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.0...3.9.1

v3.9.0

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.8.0...3.9.0

v3.8.0

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.7.0...3.8.0

v3.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.6.3...3.7.0

v3.6.3

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.6.2...3.6.3

v3.6.2

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.6.1...3.6.2

v3.6.1

Compare Source

What's Changed
New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.6.0...3.6.1

v3.6.0

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.5.2...3.6.0

readthedocs/sphinx_rtd_theme (sphinx-rtd-theme)

v3.1.0

Compare Source


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "before 4am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@claude
Copy link
Copy Markdown

claude bot commented Dec 15, 2025

Security & Bug Review

Status: ⚠️ Potential compatibility concern

Findings:

Sphinx Version Mismatch (Medium Priority):

  • sphinx-autodoc-typehints 3.6.0 changelog mentions "Use Sphinx 9 class interface" (PR #589)
  • Current environment pins sphinx==8.2.3 (docs/requirements.txt:1)
  • Potential API compatibility issue if the new version requires Sphinx 9+ features

Recommendations:

  1. Verify Sphinx compatibility: Check if sphinx-autodoc-typehints 3.6.0 requires Sphinx 9 or maintains backward compatibility
  2. Monitor CI: The docs-build checks are passing, which suggests compatibility may be OK, but watch for deprecation warnings
  3. Consider coordinated update: If incompatibility exists, update Sphinx to 9.x alongside this change

Security:

✅ No security vulnerabilities detected

Bugs:

✅ No bugs detected in the change itself


Automated review by Claude Code

@renovate renovate bot changed the title chore(deps): update dependency sphinx-autodoc-typehints to v3.6.0 chore(deps): update dependency sphinx-autodoc-typehints to v3.6.1 Jan 2, 2026
@renovate renovate bot force-pushed the renovate/doc-updates branch from b7dd910 to 7c2f2da Compare January 2, 2026 17:34
@claude
Copy link
Copy Markdown

claude bot commented Jan 2, 2026

Security & Bug Review

Status: ✅ No issues found

This dependency update is safe to merge:

  • Scope: Documentation tooling only (no runtime code changes)
  • Change: Minor version bump of sphinx-autodoc-typehints (3.5.2 → 3.6.1)
  • CI Status: All quality gates passing (pre-commit, mypy, tests, safety, typeguard, docs-build)
  • Security: No vulnerabilities detected by safety scanner
  • Risk: Low - affects only documentation generation

The upstream changes add Sphinx 9 support and metadata handling improvements, both backward-compatible enhancements.


Automated review by Claude Code

@renovate renovate bot changed the title chore(deps): update dependency sphinx-autodoc-typehints to v3.6.1 chore(deps): update dependency sphinx-autodoc-typehints to v3.6.2 Jan 2, 2026
@renovate renovate bot force-pushed the renovate/doc-updates branch from 7c2f2da to 92200e4 Compare January 2, 2026 22:07
@claude
Copy link
Copy Markdown

claude bot commented Jan 2, 2026

Code Review - Security & Bug Analysis

No bugs or security vulnerabilities identified.

Analysis:

  • Single-line dependency update: sphinx-autodoc-typehints 3.5.2 → 3.6.2
  • Documentation-only dependency (no runtime impact on library code)
  • All CI quality gates passing (pre-commit, mypy, tests, safety, typeguard, xdoctest, docs-build)
  • Upstream changelog shows compatibility fixes for Sphinx 9.1.0 and metadata improvements
  • No code changes to the Audible library itself

Recommendation: Safe to merge.

@renovate renovate bot changed the title chore(deps): update dependency sphinx-autodoc-typehints to v3.6.2 chore(deps): update doc-updates Jan 12, 2026
@renovate renovate bot force-pushed the renovate/doc-updates branch from 92200e4 to 35a28a4 Compare January 12, 2026 16:32
@claude
Copy link
Copy Markdown

claude bot commented Jan 12, 2026

Code Review - PR #837

Summary: Documentation dependency updates (Renovate bot)

Changes:

  • sphinx-autodoc-typehints: 3.5.2 → 3.6.2
  • sphinx-rtd-theme: 3.0.2 → 3.1.0

Security & Bug Analysis:

No bugs or security vulnerabilities found

Review Details:

  • Scope limited to documentation dependencies only
  • All CI/CD checks passing (mypy, tests, safety, pre-commit)
  • Both packages from trusted maintainers in Sphinx ecosystem
  • Version bumps follow semantic versioning (minor/patch updates)
  • No breaking changes or security advisories in release notes

Recommendation: Safe to merge.


🤖 Automated review by Claude Code

@renovate renovate bot force-pushed the renovate/doc-updates branch 3 times, most recently from af3f4ed to 9d95042 Compare February 25, 2026 18:36
@renovate renovate bot force-pushed the renovate/doc-updates branch 6 times, most recently from 1f0fc74 to 70e72c7 Compare March 5, 2026 22:18
@renovate renovate bot force-pushed the renovate/doc-updates branch from 70e72c7 to ba67022 Compare March 9, 2026 17:11
@renovate renovate bot force-pushed the renovate/doc-updates branch 3 times, most recently from aebdbc6 to 3f38914 Compare March 24, 2026 17:56
@renovate renovate bot force-pushed the renovate/doc-updates branch from 3f38914 to 59dd869 Compare April 9, 2026 20:46
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.

0 participants