From fce0ff9bb44e3e76559e1a2ee5c2a1e864863c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:44:49 +0000 Subject: [PATCH] chore(deps): bump uv from 0.11.18 to 0.11.19 Bumps [uv](https://github.com/astral-sh/uv) from 0.11.18 to 0.11.19. - [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.18...0.11.19) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.19 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 b3aaa929f641..4e23d28133ac 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.18 +uv==0.11.19 # via nox virtualenv==21.4.2 # via nox