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.
This PR contains the following updates:
0.6.14
->0.6.16
0.6.14
->0.6.16
0.6.14
->0.6.16
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)
v0.6.16
Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.6.16
v0.6.15
Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.6.15
astral-sh/uv (ghcr.io/astral-sh/uv)
v0.6.16
Compare Source
Bug fixes
v0.6.15
Compare Source
This release includes preliminary support for the
pylock.toml
file format, as standardized in PEP 751.pylock.toml
is an alternative resolution output format intended to replacerequirements.txt
(e.g., in the context ofuv pip compile
, whereby a "locked"requirements.txt
file is generated from a set of input requirements).pylock.toml
is standardized and tool-agnostic, such that in the future,pylock.toml
files generated by uv could be installed by other tools, and vice versa.As of this release,
pylock.toml
is supported in the following commands:uv.lock
to thepylock.toml
format, run:uv export -o pylock.toml
pylock.toml
file from a set of requirements, run:uv pip compile -o pylock.toml -r requirements.in
pylock.toml
file, run:uv pip sync pylock.toml
oruv pip install -r pylock.toml
Enhancements
uv pip compile
(#13019)uv export
support for PEP 751 (#12955)requirements.txt
(verbatim) as a format on the CLI (#12957)UV_NO_EDITABLE
environment variable to set--no-editable
on all invocations (#12773)pylock.toml
touv pip install
anduv pip sync
(#12992)SIGINT
to child processes (#13018)uv.lock
(#12968)which git
inuv init
(#12893)--dry-run
with--locked
/--frozen
foruv sync
(#12778)uv export
(#12958)uv init
resilient against broken git (#12895)uv run --with
dependencies (#12882)uv tool
and PEP723 scripts. (#12842)uvx
binary when searching for uv binary (#12923)SourceNotAllowed
error message during Python discovery (#13012)Preview features
Bug fixes
config-settings
with example in docs (#12947)PythonDownloadRequest
parsing for partial keys (#12925)uv-pep440
(#12836)uv run
(#13017)CC
andCCX
entries in sysconfig for cross-compiledaarch64
Python distributions (#12239)UV_STACK_SIZE
(#12839)uv python list
(#12915)subdirectory
to Direct URL for local directories (#12971)uv python install
(#12194)uv init
(#12870)Documentation
uv python list --only-downloads
and--only-installed
(#12916)--locked
touv sync
in GitHub Actions guide (#12819)"all"
default-groups
setting documentation (#12963)--frozen
with--locked
in Docker integration guide (#12818)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.