From c686535df41991016318ed85695e539375d08bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 12:55:24 +0000 Subject: [PATCH] Update uv requirement in /.github/workflows Updates the requirements on [uv](https://github.com/astral-sh/uv) to permit the latest version. - [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.8.0) --- updated-dependencies: - dependency-name: uv dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 5b63343d..8eb7e987 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -2,4 +2,4 @@ pip>=24.0 nox>=2024.4.15 virtualenv>=20.26.2 pipx==1.7.1 -uv>=0.5,<0.8 +uv>=0.5,<0.9