From 74acbb2564da8b1246ef282487fdc361834c9af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 20:09:05 +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.5 to 0.12.7 - [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.5...0.12.7) --- updated-dependencies: - dependency-name: uv dependency-version: 0.12.7 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 d312d17..a8c048c 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -7,5 +7,5 @@ # stays in pyproject.toml's dev extras with a version bound, and CI installs it # with `uv pip install -e '.[dev]'`. -uv==0.12.5 # installer, resolver, venv manager and build frontend +uv==0.12.7 # installer, resolver, venv manager and build frontend twine==7.0.0 # sdist/wheel metadata check before publish