From a6d5977c06636eecc7a5a1cb340f8a87423664ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:42:19 +0000 Subject: [PATCH] Bump uv from 0.5.0 to 0.5.1 (#11930) Bumps [uv](https://github.com/astral-sh/uv) from 0.5.0 to 0.5.1. - [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.5.0...0.5.1) --- updated-dependencies: - dependency-name: uv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c5ad38631905..f480548a4d97 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -292,7 +292,7 @@ urllib3==2.0.7 ; python_full_version < '3.8' # via requests urllib3==2.2.3 ; python_full_version >= '3.8' # via requests -uv==0.5.0 ; python_full_version >= '3.8' +uv==0.5.1 ; python_full_version >= '3.8' # via nox virtualenv==20.26.6 ; python_full_version < '3.8' # via nox