From 42a56b73a3a5692edcbbd30c6aee7328785b5053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 10:14:36 +0000 Subject: [PATCH] Bump pre-commit-hooks from 5.0.0 to 6.0.0 Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 5.0.0 to 6.0.0. - [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/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pre-commit-hooks dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index e11855d..fe0c242 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -2,7 +2,7 @@ codespell==2.4.1 isort==6.0.1 pre-commit==4.2.0 -pre-commit-hooks==5.0.0 +pre-commit-hooks==6.0.0 pyupgrade==3.20.0 ruff==0.12.1 vulture==2.14