From 05991f640cc810a8e8ed1edb9e6a096d9bd75a8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 20:16:29 +0000 Subject: [PATCH] Update uv requirement in /latin-locales 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.11...0.11.13) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.13 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- latin-locales/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latin-locales/requirements-dev.txt b/latin-locales/requirements-dev.txt index 1befb186..fafdf7ed 100644 --- a/latin-locales/requirements-dev.txt +++ b/latin-locales/requirements-dev.txt @@ -3,4 +3,4 @@ nox>=2026.4.10 pre-commit>=4.5.1,<5 tomli>=2.4.1,<3 tomli-w>=1.2.0,<2 -uv>=0.11.11,<1 +uv>=0.11.13,<1