From 704c689dfa835b84c98e87d8f5a654ae286abe89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 10:20:19 +0000 Subject: [PATCH] chore(deps): bump uv from 0.9.6 to 0.9.7 Bumps [uv](https://github.com/astral-sh/uv) from 0.9.6 to 0.9.7. - [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.9.6...0.9.7) --- updated-dependencies: - dependency-name: uv dependency-version: 0.9.7 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 acbdae1d5de7..8e6a2ccd359d 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -291,7 +291,7 @@ urllib3==2.2.3 ; python_full_version < '3.9' # via requests urllib3==2.5.0 ; python_full_version >= '3.9' # via requests -uv==0.9.6 +uv==0.9.7 # via nox virtualenv==20.35.4 # via nox