From db90862ae00034a38cb3cc5230947155bc0d852e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:45:53 +0000 Subject: [PATCH] chore(deps): bump uv from 0.6.1 to 0.6.2 Bumps [uv](https://github.com/astral-sh/uv) from 0.6.1 to 0.6.2. - [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.6.1...0.6.2) --- updated-dependencies: - dependency-name: uv 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 1e3227a0be42..97c278aeee3d 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -327,7 +327,7 @@ urllib3==2.2.3 ; python_full_version == '3.8.*' # via requests urllib3==2.3.0 ; python_full_version >= '3.9' # via requests -uv==0.6.1 ; python_full_version >= '3.8' +uv==0.6.2 ; python_full_version >= '3.8' # via nox virtualenv==20.26.6 ; python_full_version < '3.8' # via nox