From 6f5104cfc887cdde1a2d09396f101ef3274eb035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 04:47:59 +0000 Subject: [PATCH] Update uv requirement in /find-project-root 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.20...0.11.21) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.20 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- find-project-root/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find-project-root/requirements-dev.txt b/find-project-root/requirements-dev.txt index 69e91e9d..df19df4b 100644 --- a/find-project-root/requirements-dev.txt +++ b/find-project-root/requirements-dev.txt @@ -4,4 +4,4 @@ remove-json-keys>=1.10.2,<2 tomli>=2.4.1,<3 tomli-w>=1.2.0,<2 translate-messages>=1.10.2,<2 -uv>=0.11.20,<1 +uv>=0.11.21,<1