From ce1b8816904908a779db2316b01d9a47b44060d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:13:08 +0000 Subject: [PATCH] build(deps-dev): update pre-commit-hooks requirement from ~=4.6 to ~=6.0 Updates the requirements on [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases) - [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) --- updated-dependencies: - dependency-name: pre-commit-hooks dependency-version: 6.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c43aab..696f6cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "codespell~=2.3", "mypy~=1.9", "pre-commit~=4.0", - "pre-commit-hooks~=4.6", + "pre-commit-hooks~=6.0", "ruff~=0.8.4", "boto3-stubs~=1.35.0", "pytest~=8.0",