From 732e17dc675d0a0d7ef6a85a5c60f29b758423f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 13:03:07 +0000 Subject: [PATCH] Update pre-commit requirement in /non-latin-locales Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.5.1...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.0 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 533e6692..94496751 100644 --- a/non-latin-locales/requirements-dev.txt +++ b/non-latin-locales/requirements-dev.txt @@ -1,6 +1,6 @@ find-project-root>=2.2.0,<3 nox>=2026.4.10 -pre-commit>=4.5.1,<5 +pre-commit>=4.6.0,<5 tomli>=2.4.1,<3 tomli-w>=1.2.0,<2 uv>=0.11.23,<1