Skip to content

Bump sphinx-prompt from 1.9.0 to 1.10.2#313

Merged
docktermj merged 1 commit into
mainfrom
dependabot/pip/sphinx-prompt-1.10.2
Jan 6, 2026
Merged

Bump sphinx-prompt from 1.9.0 to 1.10.2#313
docktermj merged 1 commit into
mainfrom
dependabot/pip/sphinx-prompt-1.10.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 5, 2026

Bumps sphinx-prompt from 1.9.0 to 1.10.2.

Release notes

Sourced from sphinx-prompt's releases.

1.10.2 (2025-11-28)

New feature

Security fixes

Dependency update

... (truncated)

Commits
  • 5e45442 Merge pull request #649 from sbrunner/request-dependency
  • d883fb9 Do lock
  • 0a111df Don't pin requests to exact version
  • be6b7a1 Update dependency camptocamp/gs-renovate-config-preset to v1.6.0 (#646)
  • 583b8cd Update dependency certifi to v2025.11.12 (#645)
  • 76ac96f Update dependency camptocamp/gs-renovate-config-preset to v1.5.1 (#644)
  • a4162aa Update actions/upload-artifact action to v5 (#636)
  • 6ef24e2 Update dependency pip to v25.3 [SECURITY] (#643)
  • 3937c48 Update dependency camptocamp/gs-renovate-config-preset to v1.5.0 (#642)
  • 3170b2a Update pre-commit hook renovatebot/pre-commit-hooks to v41.168.5 (#641)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 #649
Resolves #623
Resolves #625
Resolves #632
Resolves #624
Resolves #629
Resolves #626
Resolves #614
Resolves #620
Resolves #644
Resolves #615
Resolves #643
Resolves #645
Resolves #636
Resolves #622
Resolves #618
Resolves #646
Resolves #641
Resolves #633
Resolves #640
Resolves #619
Resolves #638
Resolves #639
Resolves #631
Resolves #621
Resolves #616
Resolves #617
Resolves #642
Resolves #630
Resolves #637
Resolves #634

Bumps [sphinx-prompt](https://github.com/sbrunner/sphinx-prompt) from 1.9.0 to 1.10.2.
- [Release notes](https://github.com/sbrunner/sphinx-prompt/releases)
- [Commits](sbrunner/sphinx-prompt@1.9.0...1.10.2)

---
updated-dependencies:
- dependency-name: sphinx-prompt
  dependency-version: 1.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python python programming languagae labels Jan 5, 2026
@dependabot dependabot Bot requested a review from a team as a code owner January 5, 2026 22:14
@dependabot dependabot Bot added python python programming languagae dependencies Pull requests that update a dependency file labels Jan 5, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 5, 2026

🤖 Claude Code Review

Code Review Analysis

I'll analyze this PR diff against the provided checklist.

Pull Request Summary

This PR updates the sphinx-prompt dependency from version 1.9.0 to 1.10.2 in the documentation dependencies.


Review Results

Code Quality

Code follows style guide: The change follows standard Python dependency specification format in pyproject.toml. The formatting is consistent with surrounding entries.

No commented-out code: No commented code present.

Meaningful variable names: N/A - This is a dependency version update, not code logic.

DRY principle followed: N/A - Single dependency declaration.

Identify Defects: No defects identified. This is a straightforward dependency version bump for a documentation tool. The version constraint python_version > '3.11' is maintained correctly.

Project memory configuration: No .claude/CLAUDE.md file found in the repository, so N/A.

File: pyproject.toml:64


Testing

⚠️ Unit tests for new functions: N/A - This is a dependency update, not new functionality.

⚠️ Integration tests for new endpoints: N/A - No new endpoints.

⚠️ Edge cases covered: N/A - Dependency updates don't typically require new tests unless they introduce breaking changes.

⚠️ Test coverage > 80%: N/A - This change shouldn't affect test coverage as it's a documentation dependency only used during doc builds.

Note: For documentation dependency updates, testing would typically involve verifying the documentation builds successfully, which is likely handled by CI/CD pipelines.


Documentation

Readme updated if needed: No README update needed - this is a minor documentation tooling dependency update that doesn't affect user-facing functionality.

API docs updated: N/A - No API changes.

Inline comments for complex logic: N/A - No code logic changes.

CHANGELOG.md updated: Based on the git status showing recent commits about dependency bumps, this project appears to track dependency updates. A CHANGELOG.md entry should be added for consistency if that's the project's practice.

⚠️ Markdown formatting: Unable to verify without seeing the CHANGELOG.md file, but if it exists and is updated, it should follow CommonMark and be formatted with prettier.


Security

No hardcoded credentials: No credentials present.

Input validation implemented: N/A - No input handling code.

Proper error handling: N/A - No code logic changes.

No sensitive data in logs: N/A - No logging code.

No license files (.lic) or AQAAAD strings: No license files or sensitive strings detected in the diff.


Overall Assessment

Status: ✅ APPROVED with minor suggestion

This is a clean dependency version bump for sphinx-prompt from 1.9.0 to 1.10.2. The change is:

  • Low risk (documentation tooling only)
  • Properly formatted
  • Consistent with project conventions
  • Aligns with recent similar updates (as seen in git history)

Recommendations:

  1. Consider adding CHANGELOG entry (if applicable): Based on git history showing commits like "Bump sphinx-toolbox from 4.1.0 to 4.1.1 (Bump sphinx-toolbox from 4.1.0 to 4.1.1 #309)", if this project maintains a CHANGELOG, consider adding an entry for this update.

  2. Verify documentation builds: Ensure CI/CD pipelines successfully build documentation with the new version before merging.

The PR is safe to merge after addressing the CHANGELOG consideration.

Automated code review analyzing defects and coding standards

@docktermj docktermj merged commit 8ab5823 into main Jan 6, 2026
36 checks passed
@docktermj docktermj deleted the dependabot/pip/sphinx-prompt-1.10.2 branch January 6, 2026 14:09
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 languagae

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants