chore(deps): June bulk updates#49
Open
eric-forte-elastic wants to merge 2 commits into
Open
Conversation
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.
Related Issues
Resolves #35, #36, #38, #39, #40, #41, #42, #45, #47, #48
Summary - What I changed
Consolidates 10 low-risk Renovate dependency updates into a single change. These are
patch/minor Python dependency bumps, a Python runtime version bump in CI, and pinned
GitHub Action digest refreshes. The only change requiring review beyond a version number
is typer
0.12 → 0.26— see note below — but no source-code changes were needed becausecli.pyalready uses the modernAnnotated[...]API style introduced in typer 0.9.poetry.lockwas regenerated withpoetry lock --no-updateafter combining all changes.Changes
Python dependencies (
pyproject.toml+poetry.lock)^0.12(0.12.5)^0.26.0(0.26.6)^0.6(0.6.9)^0.15(0.15.15)2.2.02.3.02.2.12.4.16.0.26.0.3^1.1.3811.1.391(pinned)^8.38.3.4(pinned)^4.124.12.2(pinned)Note
typer 0.26: The internal dependency on
clickhas been replaced byannotated-doc.The public API used in
cli.py(typer.Typer(),typer.Option(),Annotated[...])is unchanged. No source edits were required.
Note
ruff 0.15: New lint rules may surface on the next
ruff checkrun. If CI flags newviolations they will need a follow-up tune or
noqasuppression; none were observedagainst the current codebase during local review.
CI Python version (
code-checks.yaml,release.yaml)python-version: '3.12'python-version: '3.14'GitHub Actions (
code-checks.yaml,release.yaml,community.yml)actions/checkoutv49c091bb(v7)actions/cachev42c8a9bd(v6)actions/github-scriptv63a2844b(v9)actions/setup-pythonv5a26af69(v5)How To Test
Dependency and lint checks only. No behavioral logic changed.