From a0b1eb29293614176135088982c155d2fe441d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:44:30 +0000 Subject: [PATCH] chore(deps): bump uv from 0.10.2 to 0.11.15 Bumps [uv](https://github.com/astral-sh/uv) from 0.10.2 to 0.11.15. - [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.10.2...0.11.15) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a9a59b33..f68524b42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "onnxruntime==1.27.0; sys_platform == 'darwin' and platform_machine == 'arm64'", "watchdog>=6.0.0", "numba==0.66.0", - "uv==0.10.2", + "uv==0.11.15", "lz4==4.4.5", "packaging==24.2", "setuptools==75.8.2",