From 4f67929d1962ccfde1784c6c3aa1e77e8f7dee41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 13:05:14 +0000 Subject: [PATCH] Update pre-commit requirement from <5,>=4.6.0 to >=4.6.1,<5 in /sys-lang 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.6.0...v4.6.1) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sys-lang/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-lang/requirements-dev.txt b/sys-lang/requirements-dev.txt index c2cec4e7..d92fffce 100644 --- a/sys-lang/requirements-dev.txt +++ b/sys-lang/requirements-dev.txt @@ -1,6 +1,6 @@ find-project-root>=2.2.0,<3 nox>=2026.7.11 -pre-commit>=4.6.0,<5 +pre-commit>=4.6.1,<5 remove-json-keys>=1.10.2,<2 tomli>=2.4.1,<3 tomli-w>=1.2.0,<2