From 0109766a5f7f35e0b37f6a95f093bfe639f12008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:40:40 +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.9.2) --- updated-dependencies: - dependency-name: uv dependency-version: 0.9.2 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 8eb7e987..2c412ed7 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.9 +uv>=0.5,<0.10