Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 15, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
astral-sh/uv-pre-commit repository patch 0.7.3 -> 0.7.22 age confidence
ghcr.io/astral-sh/uv stage patch 0.7.3 -> 0.7.22 age confidence
ghcr.io/astral-sh/uv stage patch 0.7.3-python3.13-alpine -> 0.7.22-python3.13-alpine age confidence
uv (source, changelog) patch 0.7.3 -> 0.7.22 age confidence

Note: The pre-commit manager in Renovate is not supported by the pre-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.7.22

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.22

v0.7.21

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.21

v0.7.20

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.20

v0.7.19

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.19

v0.7.18

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.18

v0.7.17

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.17

v0.7.16

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.16

v0.7.15

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.15

v0.7.14

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.14

v0.7.13

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.13

v0.7.12

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.12

v0.7.11

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.11

v0.7.10

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.10

v0.7.9

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.9

v0.7.8

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.8

v0.7.7

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.7

v0.7.6

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.6

v0.7.5

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.5

v0.7.4

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.4

astral-sh/uv (ghcr.io/astral-sh/uv)

v0.7.22

Compare Source

Python
  • Upgrade GraalPy to 24.2.2

See the GraalPy release notes for more details.

Configuration
  • Add UV_COMPILE_BYTECODE_TIMEOUT environment variable (#​14369)
  • Allow users to override index cache-control headers (#​14620)
  • Add UV_LIBC to override libc selection in multi-libc environment (#​14646)
Bug fixes
  • Fix --all-arches when paired with --only-downloads (#​14629)
  • Skip Windows Python interpreters that return a broken MSIX package code (#​14636)
  • Warn on invalid uv.toml when provided via direct path (#​14653)
  • Improve async signal safety in Windows exception handler (#​14619)
Documentation
  • Mention the revision in the lockfile versioning doc (#​14634)
  • Move "Conflicting dependencies" to the "Resolution" page (#​14633)
  • Rename "Dependency specifiers" section to exclude PEP 508 reference (#​14631)
  • Suggest uv cache clean prior to --reinstall (#​14659)
Preview features
  • Make preview Python registration on Windows non-fatal (#​14614)
  • Update preview installation of Python executables to be non-fatal (#​14612)
  • Add uv python update-shell (#​14627)

v0.7.21

Compare Source

Python
  • Restore the SQLite fts4, fts5, rtree, and geopoly extensions on macOS and Linux

See the
python-build-standalone release notes
for more details.

Enhancements
  • Add --python-platform to uv sync (#​14320)
  • Support pre-releases in uv version --bump (#​13578)
  • Add -w shorthand for --with (#​14530)
  • Add an exception handler on Windows to display information on crash (#​14582)
  • Add hint when Python downloads are disabled (#​14522)
  • Add UV_HTTP_RETRIES to customize retry counts (#​14544)
  • Follow leaf symlinks matched by globs in cache-key (#​13438)
  • Support parent path components (..) in globs in cache-key (#​13469)
  • Improve cache-key performance (#​13469)
Preview features
  • Add uv sync --output-format json (#​13689)
Bug fixes
  • Do not re-resolve with a new Python version in uv tool if it is incompatible with --python (#​14606)
Documentation
  • Document how to nest dependency groups with include-group (#​14539)
  • Fix repeated word in Pyodide doc (#​14554)
  • Update CONTRIBUTING.md with instructions to format Markdown files via Docker (#​14246)
  • Fix version number for setup-python (#​14533)

v0.7.20

Compare Source

Python
  • Add Python 3.14.0b4
  • Add zstd support to Python 3.14 on Unix (it already was available on Windows)
  • Add PyPy 7.3.20 (for Python 3.11.13)

See the PyPy and python-build-standalone release notes for more details.

Enhancements
  • Add --workspace flag to uv add (#​14496)
  • Add auto-detection for Intel GPUs (#​14386)
  • Drop trailing arguments when writing shebangs (#​14519)
  • Add debug message when skipping Python downloads (#​14509)
  • Add support for declaring multiple modules in namespace packages (#​14460)
Bug fixes
  • Revert normalization of trailing slashes on index URLs (#​14511)
  • Fix forced resolution with all extras in uv version (#​14434)
  • Fix handling of pre-releases in preferences (#​14498)
  • Remove transparent variants in uv-extract to enable retries (#​14450)
Rust API
  • Add method to get packages involved in a NoSolutionError (#​14457)
  • Make ErrorTree for NoSolutionError public (#​14444)
Documentation
  • Finish incomplete sentence in pip migration guide (#​14432)
  • Remove cache-dependency-glob examples for setup-uv (#​14493)
  • Remove uv pip sync suggestion with pyproject.toml (#​14510)
  • Update documentation for GitHub to use setup-uv@v6 (#​14490)

v0.7.19

Compare Source

The uv build backend is now stable, and considered ready for production use.

The uv build backend is a great choice for pure Python projects. It has reasonable defaults, with the goal of requiring zero configuration for most users, but provides flexible configuration to accommodate most Python project structures. It integrates tightly with uv, to improve messaging and user experience. It validates project metadata and structures, preventing common mistakes. And, finally, it's very fast — uv sync on a new project (from uv init) is 10-30x faster than with other build backends.

To use uv as a build backend in an existing project, add uv_build to the [build-system] section in your pyproject.toml:

[build-system]
requires = ["uv_build>=0.7.19,<0.8.0"]
build-backend = "uv_build"

In a future release, it will replace hatchling as the default in uv init. As before, uv will remain compatible with all standards-compliant build backends.

Python
  • Add PGO distributions of Python for aarch64 Linux, which are more optimized for better performance

See the python-build-standalone release for more details.

Enhancements
  • Ignore Python patch version for --universal pip compile (#​14405)
  • Update the tilde version specifier warning to include more context (#​14335)
  • Clarify behavior and hint on tool install when no executables are available (#​14423)
Bug fixes
  • Make project and interpreter lock acquisition non-fatal (#​14404)
  • Includes sys.prefix in cached environment keys to avoid --with collisions across projects (#​14403)
Documentation
  • Add a migration guide from pip to uv projects (#​12382)

v0.7.18

Compare Source

Python
  • Added arm64 Windows Python 3.11, 3.12, 3.13, and 3.14

    These are not downloaded by default, since x86-64 Python has broader ecosystem support on Windows.
    However, they can be requested with cpython-<version>-windows-aarch64.

See the python-build-standalone release for more details.

Enhancements
  • Keep track of retries in ManagedPythonDownload::fetch_with_retry (#​14378)
  • Reuse build (virtual) environments across resolution and installation (#​14338)
  • Improve trace message for cached Python interpreter query (#​14328)
  • Use parsed URLs for conflicting URL error message (#​14380)
Preview features
  • Ignore invalid build backend settings when not building (#​14372)
Bug fixes
  • Fix equals-star and tilde-equals with python_version and python_full_version (#​14271)
  • Include the canonical path in the interpreter query cache key (#​14331)
  • Only drop build directories on program exit (#​14304)
  • Error instead of panic on conflict between global and subcommand flags (#​14368)
  • Consistently normalize trailing slashes on URLs with no path segments (#​14349)
Documentation
  • Add instructions for publishing to JFrog's Artifactory (#​14253)
  • Edits to the build backend documentation (#​14376)

v0.7.17

Compare Source

Bug fixes
  • Apply build constraints when resolving --with dependencies (#​14340)
  • Drop trailing slashes when converting index URL from URL (#​14346)
  • Ignore UV_PYTHON_CACHE_DIR when empty (#​14336)
  • Fix error message ordering for pyvenv.cfg version conflict (#​14329)

v0.7.16

Compare Source

Python
  • Add Python 3.14.0b3

See the
python-build-standalone release notes
for more details.

Enhancements
  • Include path or URL when failing to convert in lockfile (#​14292)
  • Warn when ~= is used as a Python version specifier without a patch version (#​14008)
Preview features
  • Ensure preview default Python installs are upgradeable (#​14261)
Performance
  • Share workspace cache between lock and sync operations (#​14321)
Bug fixes
  • Allow local indexes to reference remote files (#​14294)
  • Avoid rendering desugared prefix matches in error messages (#​14195)
  • Avoid using path URL for workspace Git dependencies in requirements.txt (#​14288)
  • Normalize index URLs to remove trailing slash (#​14245)
  • Respect URL-encoded credentials in redirect location (#​14315)
  • Lock the source tree when running setuptools, to protect concurrent builds (#​14174)
Documentation
  • Note that GCP Artifact Registry download URLs must have /simple component (#​14251)

v0.7.15

Compare Source

Enhancements
  • Consistently use Ordering::Relaxed for standalone atomic use cases (#​14190)
  • Warn on ambiguous relative paths for --index (#​14152)
  • Skip GitHub fast path when rate-limited (#​13033)
  • Preserve newlines in schema.json descriptions (#​13693)
Bug fixes
  • Add check for using minor version link when creating a venv on Windows (#​14252)
  • Strip query parameters when parsing source URL (#​14224)
Documentation
  • Add a link to PyPI FAQ to clarify what per-project token is (#​14242)
Preview features
  • Allow symlinks in the build backend (#​14212)

v0.7.14

Compare Source

Enhancements
  • Add XPU to --torch-backend (#​14172)
  • Add ROCm backends to --torch-backend (#​14120)
  • Remove preview label from --torch-backend (#​14119)
  • Add [tool.uv.dependency-groups].mygroup.requires-python (#​13735)
  • Add auto-detection for AMD GPUs (#​14176)
  • Show retries for HTTP status code errors (#​13897)
  • Support transparent Python patch version upgrades (#​13954)
  • Warn on empty index directory (#​13940)
  • Publish to DockerHub (#​14088)
Performance
  • Make cold resolves about 10% faster (#​14035)
Bug fixes
  • Don't use walrus operator in interpreter query script (#​14108)
  • Fix handling of changes to requires-python (#​14076)
  • Fix implied platform_machine marker for win_amd64 platform tag (#​14041)
  • Only update existing symlink directories on preview uninstall (#​14179)
  • Serialize Python requests for tools as canonicalized strings (#​14109)
  • Support netrc and same-origin credential propagation on index redirects (#​14126)
  • Support reading dependency-groups from pyproject.tomls with no [project] (#​13742)
  • Handle an existing shebang in uv init --script (#​14141)
  • Prevent concurrent updates of the environment in uv run (#​14153)
  • Filter managed Python distributions by platform before querying when included in request (#​13936)
Documentation
  • Replace cuda124 with cuda128 (#​14168)
  • Document the way member sources shadow workspace sources (#​14136)
  • Sync documented PyTorch integration index for CUDA and ROCm versions from PyTorch website (#​14100)

v0.7.13

Compare Source

Python
  • Add Python 3.14.0b2
  • Add Python 3.13.5
  • Fix stability of uuid.getnode on 3.13

See the
python-build-standalone release notes
for more details.

Enhancements
  • Download versions in uv python pin if not found (#​13946)
  • Use TTY detection to determine if SIGINT forwarding is enabled (#​13925)
  • Avoid fetching an exact, cached Git commit, even if it isn't locked (#​13748)
  • Add zstd and deflate to Accept-Encoding (#​13982)
  • Build binaries for riscv64 (#​12688)
Bug fixes
  • Check if relative URL is valid directory before treating as index (#​13917)
  • Ignore Python discovery errors during uv python pin (#​13944)
  • Do not allow uv add --group ... --script (#​13997)
Preview changes
  • Build backend: Support namespace packages (#​13833)
Documentation
  • Add 3.14 to the supported platform reference (#​13990)
  • Add an llms.txt to uv (#​13929)
  • Add supported macOS version to the platform reference (#​13993)
  • Update platform support reference to include Python implementation list (#​13991)
  • Update pytorch.md (#​13899)
  • Update the CLI help and reference to include references to the Python bin directory (#​13978)

v0.7.12

Compare Source

Enhancements
  • Add uv python pin --rm to remove .python-version pins (#​13860)
  • Don't hint at versions removed by excluded-newer (#​13884)
  • Add hint to use tool.uv.environments on resolution error (#​13455)
  • Add hint to use tool.uv.required-environments on resolution error (#​13575)
  • Improve python pin error messages (#​13862)
Bug fixes
  • Lock environments during uv sync, uv add and uv remove to prevent race conditions (#​13869)
  • Add --no-editable to uv export for pylock.toml (#​13852)
Documentation
  • List .gitignore in project init files (#​13855)
  • Move the pip interface documentation into the concepts section (#​13841)
  • Remove the configuration section in favor of concepts / reference (#​13842)
  • Update Git and GitHub Actions docs to mention gh auth login (#​13850)
Preview
  • Fix directory glob traversal fallback preventing exclusion of all files (#​13882)

v0.7.11

Compare Source

Python
  • Add Python 3.14.0b1
  • Add Python 3.13.4
  • Add Python 3.12.11
  • Add Python 3.11.13
  • Add Python 3.10.18
  • Add Python 3.9.23
Enhancements
  • Add Pyodide support (#​12731)
  • Better error message for version specifier with missing operator (#​13803)
Bug fixes
  • Downgrade reqwest and hyper-util to resolve connection reset errors over IPv6 (#​13835)
  • Prefer uv's binary's version when checking if it's up to date (#​13840)
Documentation
  • Use "terminal driver" instead of "shell" in SIGINT docs (#​13787)

v0.7.10

Compare Source

Enhancements
  • Add --show-extras to uv tool list (#​13783)
  • Add dynamically generated sysconfig replacement mappings (#​13441)
  • Add data locations to install wheel logs (#​13797)
Bug fixes
  • Avoid redaction of placeholder git username when using SSH authentication (#​13799)
  • Propagate credentials to files on devpi indexes ending in /+simple (#​13743)
  • Restore retention of credentials for direct URLs in uv export (#​13809)

v0.7.9

Compare Source

Python

The changes reverted in 0.7.8 have been restored.

See the
python-build-standalone release notes
for more details.

Enhancements
  • Improve obfuscation of credentials in URLs (#​13560)
  • Allow running non-default Python implementations via uvx (#​13583)
  • Add uvw as alias for uv without console window on Windows (#​11786)
  • Allow discovery of x86-64 managed Python builds on macOS (#​13722)
  • Differentiate between implicit vs explicit architecture requests (#​13723)
  • Implement ordering for Python architectures to prefer native installations (#​13709)
  • Only show the first match per platform (and architecture) by default in uv python list (#​13721)
  • Write the path of the parent environment to an extends-environment key in the pyvenv.cfg file of an ephemeral environment (#​13598)
  • Improve the error message when libc cannot be found, e.g., when using the distroless containers (#​13549)
Performance
  • Avoid rendering info log level (#​13642)
  • Improve performance of uv-python crate's manylinux submodule (#​11131)
  • Optimize Version display (#​13643)
  • Reduce number of reference-checks for uv cache clean (#​13669)
Bug fixes
  • Avoid reinstalling dependency group members with --all-packages (#​13678)
  • Don't fail direct URL hash checking with dependency metadata (#​13736)
  • Exit early on self update if global --offline is set (#​13663)
  • Fix cases where the uv lock is incorrectly marked as out of date (#​13635)
  • Include pre-release versions in uv python install --reinstall (#​13645)
  • Set LC_ALL=C for git when checking git worktree (#​13637)
  • Avoid rejecting Windows paths for remote Python download JSON targets (#​13625)
Preview
  • Add uv add --bounds to configure version constraints (#​12946)
Documentation
  • Add documentation about Python versions to Tools concept page (#​7673)
  • Add example of enabling Dependabot (#​13692)
  • Fix exclude-newer date format for persistent configuration files (#​13706)
  • Quote versions variables in GitLab documentation (#​13679)
  • Update Dependabot support status (#​13690)
  • Explicitly specify to add a new repo entry to the repos list item in the .pre-commit-config.yaml (#​10243)
  • Add integration with marimo guide (#​13691)
  • Add pronunciation to README (#​5336)

v0.7.8

Compare Source

Python

We are reverting most of our Python changes from uv 0.7.6 and uv 0.7.7 due to
a miscompilation that makes the Python interpreter behave incorrectly, resulting
in spurious type-errors involving str. This issue seems to be isolated to
x86_64 Linux, and affected at least Python 3.12, 3.13, and 3.14.

The following changes that were introduced in those versions of uv are temporarily
being reverted while we test and deploy a proper fix for the miscompilation:

  • Add Python 3.14 on musl
  • free-threaded Python on musl
  • Add Python 3.14.0a7
  • Statically link libpython into the interpreter on Linux for a significant performance boost

See the issue for details.

Documentation
  • Remove misleading line in pin documentation (#​13611)

v0.7.7

Compare Source

Python
  • Work around third-party packages that (incorrectly) assume the interpreter is dynamically linking libpython
  • Allow the experimental JIT to be enabled at runtime on Python 3.13 and 3.14 on macOS on aarch64 aka Apple Silicon

See the
python-build-standalone release notes
for more details.

Bug fixes
  • Make uv version lock and sync (#​13317)
  • Fix references to ldd in diagnostics to correctly refer to ld.so (#​13552)
Documentation
  • Clarify adding SSH Git dependencies (#​13534)

v0.7.6

Compare Source

Python
  • Add Python 3.14 on musl
  • Add free-threaded Python on musl
  • Add Python 3.14.0a7
  • Statically link libpython into the interpreter on Linux for a significant performance boost

See the
python-build-standalone release notes
for more details.

Enhancements
  • Improve compatibility of VIRTUAL_ENV_PROMPT value (#​13501)
  • Bump MSRV to 1.85 and Edition 2024 (#​13516)
Bug fixes
  • Respect default extras in uv remove (#​13380)
Documentation

v0.7.5

Compare Source

Bug fixes
  • Support case-sensitive module discovery in the build backend (#​13468)
  • Bump Simple cache bucket to v16 (#​13498)
  • Don't error when the script is too short for the buffer (#​13488)
  • Add missing word in "script not supported" error (#​13483)

v0.7.4

Compare Source

Enhancements
  • Add more context to external errors (#​13351)
  • Align indentation of long arguments (#​13394)
  • Preserve order of dependencies which are sorted naively (#​13334)
  • Align progress bars by largest name length (#​13266)
  • Reinstall local packages in uv add (#​13462)
  • Rename --raw-sources to --raw (#​13348)
  • Show 'Downgraded' when self update is used to install an older version (#​13340)
  • Suggest uv self update if required uv version is newer (#​13305)
  • Add 3.14 beta images to uv Docker images (#​13390)
  • Add comma after "i.e." in Conda environment error (#​13423)
  • Be more precise in unpinned packages warning (#​13426)
  • Fix detection of sorted dependencies when include-group is used (#​13354)
  • Fix display of HTTP responses in trace logs for retry of errors (#​13339)
  • Log skip reasons during Python installation key interpreter match checks (#​13472)
  • Redact credentials when displaying URLs (#​13333)
Bug fixes
  • Avoid erroring on pylock.toml dependency entries (#​13384)
  • Avoid panics for cannot-be-a-base URLs (#​13406)
  • Ensure cached realm credentials are applied if no password is found for index URL (#​13463)
  • Fix .tgz parsing to respect true extension (#​13382)
  • Fix double self-dependency (#​13366)
  • Reject pylock.toml in uv add -r (#​13421)
  • Retain dot-separated wheel tags during cache prune (#​13379)
  • Retain trailing comments after PEP 723 metadata block (#​13460)
Documentation
  • Use "export" instead of "install" in uv export arguments (#​13430)
  • Remove extra newline (#​13461)
Preview features
  • Build backend: Normalize glob paths (#​13465)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/patch-uv branch from 9155783 to e5b3b04 Compare May 15, 2025 23:03
@renovate renovate bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.7.4 chore(deps): update uv to v0.7.4 (patch) May 15, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from e5b3b04 to 93d54e8 Compare May 17, 2025 02:44
@renovate renovate bot changed the title chore(deps): update uv to v0.7.4 (patch) chore(deps): update uv (patch) May 17, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 93d54e8 to 628f1fe Compare May 17, 2025 06:41
@renovate renovate bot changed the title chore(deps): update uv (patch) chore(deps): update uv to v0.7.5 (patch) May 17, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 628f1fe to 2668a15 Compare May 20, 2025 03:47
@renovate renovate bot changed the title chore(deps): update uv to v0.7.5 (patch) chore(deps): update uv (patch) May 20, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 2668a15 to fd90929 Compare May 20, 2025 08:00
@renovate renovate bot changed the title chore(deps): update uv (patch) chore(deps): update uv to v0.7.6 (patch) May 20, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from fd90929 to 97e59f5 Compare May 22, 2025 23:01
@renovate renovate bot changed the title chore(deps): update uv to v0.7.6 (patch) chore(deps): update uv to v0.7.7 (patch) May 22, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 97e59f5 to dcc2233 Compare May 24, 2025 03:15
@renovate renovate bot changed the title chore(deps): update uv to v0.7.7 (patch) chore(deps): update uv (patch) May 24, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from dcc2233 to 263b7de Compare May 24, 2025 07:21
@renovate renovate bot changed the title chore(deps): update uv (patch) chore(deps): update uv to v0.7.8 (patch) May 24, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 263b7de to 53d9088 Compare May 30, 2025 23:14
@renovate renovate bot changed the title chore(deps): update uv to v0.7.8 (patch) chore(deps): update uv to v0.7.9 (patch) May 30, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 53d9088 to c1d8d61 Compare June 3, 2025 19:18
@renovate renovate bot changed the title chore(deps): update uv to v0.7.9 (patch) chore(deps): update uv (patch) Jun 3, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from c1d8d61 to 561d8a2 Compare June 3, 2025 20:53
@renovate renovate bot changed the title chore(deps): update uv (patch) chore(deps): update uv to v0.7.10 (patch) Jun 3, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 561d8a2 to c62639f Compare June 4, 2025 22:37
@renovate renovate bot changed the title chore(deps): update uv to v0.7.10 (patch) chore(deps): update uv (patch) Jun 4, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from c62639f to 550c443 Compare June 5, 2025 02:05
@renovate renovate bot changed the title chore(deps): update uv (patch) chore(deps): update uv to v0.7.11 (patch) Jun 5, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 550c443 to 9fd7c48 Compare June 7, 2025 00:35
@renovate renovate bot changed the title chore(deps): update uv to v0.7.11 (patch) chore(deps): update uv to v0.7.12 (patch) Jun 7, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 9fd7c48 to 573183d Compare June 12, 2025 21:59
@renovate renovate bot force-pushed the renovate/patch-uv branch from 10e1338 to edbd0ef Compare June 28, 2025 01:38
@renovate renovate bot changed the title chore(deps): update uv to v0.7.15 (patch) chore(deps): update uv to v0.7.16 (patch) Jun 28, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from edbd0ef to 750f030 Compare June 29, 2025 16:57
@renovate renovate bot changed the title chore(deps): update uv to v0.7.16 (patch) chore(deps): update uv to v0.7.17 (patch) Jun 29, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 750f030 to 7b3166a Compare July 1, 2025 23:40
@renovate renovate bot changed the title chore(deps): update uv to v0.7.17 (patch) chore(deps): update uv (patch) Jul 1, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 7b3166a to 842de3a Compare July 2, 2025 03:31
@renovate renovate bot changed the title chore(deps): update uv (patch) chore(deps): update uv to v0.7.18 (patch) Jul 2, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 842de3a to ed64121 Compare July 2, 2025 22:14
@renovate renovate bot changed the title chore(deps): update uv to v0.7.18 (patch) chore(deps): update uv (patch) Jul 2, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from ed64121 to c84b94f Compare July 3, 2025 02:06
@renovate renovate bot changed the title chore(deps): update uv (patch) chore(deps): update uv to v0.7.19 (patch) Jul 3, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from c84b94f to 7745c8b Compare July 9, 2025 23:58
@renovate renovate bot changed the title chore(deps): update uv to v0.7.19 (patch) chore(deps): update uv (patch) Jul 9, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 7745c8b to 9d990df Compare July 10, 2025 01:51
@renovate renovate bot changed the title chore(deps): update uv (patch) chore(deps): update uv to v0.7.20 (patch) Jul 10, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 9d990df to af8a9b4 Compare July 14, 2025 20:03
@renovate renovate bot changed the title chore(deps): update uv to v0.7.20 (patch) chore(deps): update uv (patch) Jul 14, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from af8a9b4 to fd39ef8 Compare July 14, 2025 21:54
@renovate renovate bot changed the title chore(deps): update uv (patch) chore(deps): update uv to v0.7.21 (patch) Jul 14, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from fd39ef8 to 1f60fda Compare July 17, 2025 19:55
@renovate renovate bot changed the title chore(deps): update uv to v0.7.21 (patch) chore(deps): update uv (patch) Jul 17, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 1f60fda to 5daafa5 Compare July 17, 2025 21:45
@renovate renovate bot changed the title chore(deps): update uv (patch) chore(deps): update uv to v0.7.22 (patch) Jul 17, 2025
@renovate renovate bot force-pushed the renovate/patch-uv branch from 5daafa5 to 1ca7932 Compare July 23, 2025 15:34
@renovate
Copy link
Contributor Author

renovate bot commented Jul 23, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@mschoettle mschoettle merged commit ce4feef into main Jul 23, 2025
3 checks passed
@mschoettle mschoettle deleted the renovate/patch-uv branch July 23, 2025 15:45
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