From 6907b0fc18b2622a00efbdf190e50850d744a305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 03:56:40 +0000 Subject: [PATCH] chore(deps): bump uv in /ci in the minor-and-patch group Bumps the minor-and-patch group in /ci with 1 update: [uv](https://github.com/astral-sh/uv). Updates `uv` from 0.12.7 to 0.12.10 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.12.7...0.12.10) --- updated-dependencies: - dependency-name: uv dependency-version: 0.12.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index ed35b70..844583e 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -8,7 +8,7 @@ # (ruff, pytest, pyright, codespell) lives in pyproject.toml with a version # bound, and CI installs it with `uv pip install -e '.[dev]'`. -uv==0.12.7 # installer, resolver, venv manager and build frontend +uv==0.12.10 # installer, resolver, venv manager and build frontend pre-commit==4.6.2 # git hook runner; manages its own hook envs twine==7.0.0 # sdist/wheel metadata check before publish pip-audit==2.10.1 # CVE audit of the installed environment