build(deps): consolidate dependency updates#245
Merged
Conversation
…tion Widen version constraints for typer (<0.16), click (<9.0), rich (<16.0), pydantic-settings (<3.0), tomlkit (<0.16), nbstripout (<0.10), and bump python-semantic-release GitHub Action from v9.11.0 to v10.0.2. Supersedes dependabot PRs #223, #230, #237, #238, #240. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request updates the dependency version ranges in pyproject.toml for several packages, including typer, click, rich, pydantic-settings, tomlkit, and nbstripout, allowing the project to use newer versions of these libraries. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
Preparing review... |
typer 0.15.x is incompatible with click >=8.2 due to a breaking change in Parameter.make_metavar() signature. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fixes CodeQL warning about unpinned 3rd party action. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The new typer version reorders commands in the generated docs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Consolidate all open dependabot PRs into a single update. Widens version constraints for multiple dependencies and bumps the
python-semantic-releaseGitHub Action.>=0.12,<0.13>=0.12,<0.16>=13.5,<14.0>=13.5,<16.0>=2.0,<2.9.0>=2.0,<3.0>=0.12,<0.14>=0.12,<0.16>=0.7,<0.8>=0.7,<0.10v9.11.0v10.0.2Related Issue
Supersedes dependabot PRs #223, #230, #237, #238, #240.
Type of Change
Checklist
CONTRIBUTING.mdguide.make format-code.