From ad537914d55373f00c1be3eb7aaea1851859d042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 07:38:34 -0500 Subject: [PATCH] chore(deps): bump uv from 0.5.24 to 0.5.25 (#12358) Bumps [uv](https://github.com/astral-sh/uv) from 0.5.24 to 0.5.25. - [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.24...0.5.25) --- 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 c84a4218b3c7..bb2d52a70a96 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -310,7 +310,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.5.24 ; python_full_version >= '3.8' +uv==0.5.25 ; python_full_version >= '3.8' # via nox virtualenv==20.26.6 ; python_full_version < '3.8' # via nox