From a1b446204a994bb2fa846bb1b9f67229f5570340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 13:07:18 +0000 Subject: [PATCH] Update uv requirement in /non-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.15...0.11.16) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.16 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- non-latin-locales/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/non-latin-locales/requirements-dev.txt b/non-latin-locales/requirements-dev.txt index 4eb8ed0a..27df19d5 100644 --- a/non-latin-locales/requirements-dev.txt +++ b/non-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.15,<1 +uv>=0.11.16,<1