From 3a32f658ac2976326f6a92d08188c9a39cd20b14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 03:02:51 +0000 Subject: [PATCH] Update pre-commit requirement from <=4.6.0 to <=4.6.1 in /devtools 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/v0.1.0...v4.6.1) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- devtools/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/requirements-dev.txt b/devtools/requirements-dev.txt index a0e9875..622bb3d 100644 --- a/devtools/requirements-dev.txt +++ b/devtools/requirements-dev.txt @@ -15,7 +15,7 @@ flake8 >= 5.0.0, <= 7.3.0 flake8-docstrings >= 1.7.0 flake8-eradicate >= 1.0.0, <= 1.5.0 flake8-isort >= 5.0.0, <= 7.0.0 -pre-commit <= 4.6.0 +pre-commit <= 4.6.1 # testing and benchmarking pytest >= 5.0.0, <= 9.1.1