From e20821148f3d2948ab983c4fdae015cec24e2d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 03:58:08 +0000 Subject: [PATCH] Update uv requirement in /is-unicode-supported 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.21...0.11.23) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.22 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- is-unicode-supported/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/is-unicode-supported/requirements-dev.txt b/is-unicode-supported/requirements-dev.txt index b7af7b17..55f67d19 100644 --- a/is-unicode-supported/requirements-dev.txt +++ b/is-unicode-supported/requirements-dev.txt @@ -5,4 +5,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.21,<1 +uv>=0.11.23,<1