From ef3b6a89e15fd14c1a8b3d8270ec884386bce646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 22:06:19 +0000 Subject: [PATCH] chore(deps): bump uv from 0.11.14 to 0.11.15 Bumps [uv](https://github.com/astral-sh/uv) from 0.11.14 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.14...0.11.15) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index 15be97258663..f989a4544ee4 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -256,7 +256,7 @@ urllib3==2.6.3 ; python_full_version < '3.10' # via requests urllib3==2.7.0 ; python_full_version >= '3.10' # via requests -uv==0.11.14 +uv==0.11.15 # via nox virtualenv==21.3.3 # via nox