From bcce943adb4a116f515e491d9c5921af2c6e0500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 19:05:57 +0000 Subject: [PATCH] Update uv requirement from <1,>=0.11.13 to >=0.11.14,<1 in /sys-lang 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.11.13...0.11.14) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sys-lang/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-lang/requirements-dev.txt b/sys-lang/requirements-dev.txt index f454ff65..0ce9de84 100644 --- a/sys-lang/requirements-dev.txt +++ b/sys-lang/requirements-dev.txt @@ -5,4 +5,4 @@ remove-json-keys>=1.10.1,<2 tomli>=2.4.1,<3 tomli-w>=1.2.0,<2 translate-messages>=1.10.1,<2 -uv>=0.11.13,<1 +uv>=0.11.14,<1