From 1c93503f6a50ba2c88bfd719aa6a5c341d0c8fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 13:03:30 +0100 Subject: [PATCH] chore(deps): bump uv from 0.5.13 to 0.5.14 (#12226) Bumps [uv](https://github.com/astral-sh/uv) from 0.5.13 to 0.5.14. - [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.13...0.5.14) --- 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 38cd6be993d0..ab55873c9b0a 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -303,7 +303,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.13 ; python_full_version >= '3.8' +uv==0.5.14 ; python_full_version >= '3.8' # via nox virtualenv==20.26.6 ; python_full_version < '3.8' # via nox