From de13cddeeebb63445ee807ca775fa1844a03bda3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:36:14 +0000 Subject: [PATCH] chore(deps-dev): bump uv from 0.11.32 to 0.12.0 Bumps [uv](https://github.com/astral-sh/uv) from 0.11.32 to 0.12.0. - [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.11.32...0.12.0) --- updated-dependencies: - dependency-name: uv dependency-version: 0.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8bdbad..c05e88c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ "ruff>=0.16,<0.17", ] release = [ - "uv==0.11.32", + "uv==0.12.0", ] all = [ "openadapt-tray[macos-native]",