build(deps): bump astral-sh/setup-uv from 6 to 7#1
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
4 tasks
ubmarco
added a commit
that referenced
this pull request
May 21, 2026
## Summary - `tests/test_config.py::TestLoadMountsFromToml::test_absolute_paths_pass_through_unchanged` interpolated a Windows `tmp_path` (`C:\Users\runneradmin\AppData\Local\…`) into a TOML **basic** string. The TOML parser sees `\U` and tries to read 8 hex digits for a `\Uxxxxxxxx` escape, finds `sers…`, and raises `Invalid hex value (at line 2, column 12)` before `load_mounts_from_toml` returns. - Fix: switch the two interpolated values to TOML **literal** strings (single quotes), where backslashes are taken verbatim. The round-trip assertion still holds — literal strings preserve their content byte-for-byte, so the absolute path the test wrote equals what the loader gives back. - Unblocks the Windows pytest cell of `ci.yml`, currently red on `main` and on #1 (dependabot `setup-uv` 6→7). #1 only surfaces this pre-existing test bug; it did not cause it. ## Failure on `main` (run 26251744910) ``` src = '[[mounts]]\ndir = "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\…\\abs"\nmount_at = "_g/abs"\n' pos = 22, hex_len = 8 E tomllib.TOMLDecodeError: Invalid hex value (at line 2, column 12) ``` ## Test plan - [x] `uv run pytest tests/test_config.py -q` (Linux) — 58 passed - [x] `uv run --frozen prek run --all-files` — all hooks pass - [x] CI Windows pytest cell goes green on this PR - [ ] Rebase / re-run of #1 against new `main` after merge → all green
Member
|
@dependabot rebase |
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
e5884e5 to
b988cf6
Compare
ubmarco
approved these changes
May 21, 2026
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.
Bumps astral-sh/setup-uv from 6 to 7.
Release notes
Sourced from astral-sh/setup-uv's releases.
... (truncated)
Commits
37802adFetch uv from Astral's mirror by default (#809)9f00d18chore(deps): bump zizmorcore/zizmor-action from 0.5.0 to 0.5.2 (#808)fd8f376Switch to ESM for source and test, use CommonJS for dist (#806)f9070deBump deps (#805)cadb67bchore: update known checksums for 0.10.10 (#804)e06108dUse astral-sh/versions as primary version provider (#802)0f6ec07docs: replace copilot instructions with AGENTS.md (#794)821e5c9docs: add cross-client dependabot rollup skill (#793)6ee6290chore(deps): bump versions (#792)9f332a1Add riscv64 architecture support to platform detection (#791)