Skip to content

build(deps): consolidate dependency updates#244

Closed
julesbertrand wants to merge 1 commit into
developfrom
claude/priceless-bose-dca58a
Closed

build(deps): consolidate dependency updates#244
julesbertrand wants to merge 1 commit into
developfrom
claude/priceless-bose-dca58a

Conversation

@julesbertrand

Copy link
Copy Markdown
Collaborator

Summary

  • typer: >=0.12,<0.13>=0.12,<0.16 (latest: 0.15.3)
  • click: >=8.0,<8.2>=8.0,<9.0 (latest: 8.4.1, needed for newer typer)
  • rich: >=13.5,<14.0>=13.5,<16.0 (latest: 15.0.0)
  • pydantic-settings: >=2.0,<2.9.0>=2.0,<3.0 (latest: 2.14.1)
  • tomlkit: >=0.12,<0.14>=0.12,<0.16 (latest: 0.15.0)
  • nbstripout (dev): >=0.7,<0.8>=0.7,<0.10 (latest: 0.9.1)
  • python-semantic-release (GitHub Action): v9.11.0v10.0.2

Supersedes dependabot PRs #223, #230, #237, #238, #240.

Note on PR #237 (actions/cache): this PR is stale — the workflows were migrated to uv in #243 and no longer use actions/cache. It can be closed.

Note on python-semantic-release v10: our usage is minimal (github_token only), so the upgrade should be transparent. The main v10 breaking change (root_options removal) doesn't affect us.

Test plan

  • uv lock resolves successfully
  • All 49 tests pass
  • CI passes on all Python versions (3.10–3.13)

🤖 Generated with Claude Code

…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>
- name: Python Semantic Release
id: python-semantic-release
uses: python-semantic-release/python-semantic-release@v9.11.0
uses: python-semantic-release/python-semantic-release@v10.0.2
@github-actions

Copy link
Copy Markdown

Preparing review...

@julesbertrand julesbertrand deleted the claude/priceless-bose-dca58a branch June 15, 2026 11:44

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates several dependency version constraints in pyproject.toml to allow newer versions of typer, click, rich, pydantic-settings, tomlkit, and nbstripout. 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.

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