From 9d7fca32c47f23c381311a0e9da3e85180396ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:13:44 +0000 Subject: [PATCH] chore(deps-dev): update pre-commit requirement from >=4.4.0 to >=4.6.0 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.4.0...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 29b5a68..b820bc0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ filelock>=3.20.3 mypy>=2.1.0 pip-tools>=7.5.3 -pre-commit>=4.4.0 +pre-commit>=4.6.0 pygments>=2.20.0 pytest>=9.0.3 pytest-cov>=7.1.0