From 56400df6888618151979f7e73c61f757583365d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:43:10 +0000 Subject: [PATCH] Bump uv from 0.11.6 to 0.11.15 in /.ci/lumen_cli Bumps [uv](https://github.com/astral-sh/uv) from 0.11.6 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.11.6...0.11.15) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .ci/lumen_cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/lumen_cli/pyproject.toml b/.ci/lumen_cli/pyproject.toml index 076e5ff694c00..aa200ad1f20a9 100644 --- a/.ci/lumen_cli/pyproject.toml +++ b/.ci/lumen_cli/pyproject.toml @@ -5,7 +5,7 @@ dependencies = [ "pyyaml==6.0.2", "GitPython==3.1.47", "docker==7.1.0", - "uv==0.11.6" + "uv==0.11.15" ] [project.optional-dependencies]