Skip to content

chore(deps): bump astral-sh/setup-uv from 10.0.1 to 10.1.0 in the github-actions group across 1 directory - #1888

Merged
wochinge merged 2 commits into
mainfrom
dependabot/github_actions/github-actions-03db81fe05
Sep 19, 2026
Merged

wochinge merged 2 commits into
mainfrom
dependabot/github_actions/github-actions-03db81fe05

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 1 update in the / directory: astral-sh/setup-uv.

Updates astral-sh/setup-uv from 10.0.1 to 10.1.0

Release notes

Sourced from astral-sh/setup-uv's releases.

v10.1.0 🌈 New output python-runtime-idand respect NO_PROXY

Changes

This release adds more bheind the scene security improvements and also 2 small improvements.

NO_PROXY

This action now respects no_proxy/NO_PROXY environment variables which were previously ignored.

New output python-runtime-id

The new output python-runtime-id can be used to know which python version exactly was installed if you use activate-environment. See pyca/cryptography#15572 for details on why this can be useful.

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 17, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 17, 2026 05:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 17, 2026

@claude claude 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.

Looks good, straightforward dependency version bump. Reviewed both workflow files: the SHA pin for astral-sh/setup-uv is updated consistently across all 5 usages (4 in ci.yml, 1 in release.yml) and each new SHA matches its # v10.1.0 comment; no other logic or job configuration changed.

Extended reasoning...

Overview

The diff touches only .github/workflows/ci.yml and .github/workflows/release.yml, updating the pinned commit SHA for the astral-sh/setup-uv GitHub Action from 20cfd1bf945f4377ade1205e4dbc17946fc9a30d (v10.0.1) to bec219d24cd3e171d82865faccec33120bb574f4 (v10.1.0) in five separate job steps. This is a standard Dependabot-generated dependency bump within a github-actions update group. No application or library source code, no with: parameters, and no job logic were modified.

Security risks

None identified. The action reference remains fully pinned to an immutable commit SHA (not a mutable tag), which is the security best practice already in place and preserved here. The new SHA corresponds to the tagged v10.1.0 release per the PR description, and the accompanying comment is updated to match. No secrets, permissions, or credential handling are touched by this change.

Level of scrutiny

Low. This is a mechanical, repetitive change (same SHA substitution repeated 5 times) with no semantic differences beyond the version bump. It is exactly the kind of change dependency-update bots produce routinely and matches the pattern of prior, presumably already-merged bumps in this repo's history.

Other factors

The bug hunting system reported no findings, and my own diff review confirms all five occurrences were updated consistently and correctly, with no strays left on the old SHA. There's no CODEOWNERS restriction noted for workflow files, and the change carries no functional risk to build/test/release behavior beyond whatever astral-sh/setup-uv itself changed between these versions (proxy handling fix and a new output), which is out of scope for this repo to verify further.

Bumps the github-actions group with 1 update in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).


Updates `astral-sh/setup-uv` from 10.0.1 to 10.1.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@20cfd1b...bec219d)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump astral-sh/setup-uv from 10.0.1 to 10.1.0 in the github-actions group chore(deps): bump astral-sh/setup-uv from 10.0.1 to 10.1.0 in the github-actions group across 1 directory Sep 18, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-03db81fe05 branch from 0ee5cf2 to 4309ede Compare September 18, 2026 05:56

@wochinge wochinge left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Straightforward minor GitHub Actions bump (astral-sh/setup-uv v10.0.1 → v10.1.0), correctly pinned to a full commit SHA with matching version comment across all 5 usages. Changelog is bug fixes + security hardening only, no breaking changes. Re-triggered CI under my account since dependabot-run jobs lack live-provider secrets; the one remaining failure (test_audio_input_and_output) was a flaky live-provider test unrelated to this change and passed on rerun.

@wochinge
wochinge merged commit 65392c7 into main Sep 19, 2026
28 of 30 checks passed
@wochinge
wochinge deleted the dependabot/github_actions/github-actions-03db81fe05 branch September 19, 2026 13:13
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant