From bfb219cd479aa57b28be38289e7c3e03c82586dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:30:48 +0000 Subject: [PATCH] build(deps-dev): update pre-commit requirement from >=4.3 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.3.0...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.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 ab1970d..6407f98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ coverage = [ "coverage[toml]>=7.9.2" ] lint = [ "pylint", "pylint-per-file-ignores" ] mypy = [ "mypy>=1.2", "pep8-naming>=0.12.1", "types-setuptools>=80.9.0.20250529" ] pre_commit = [ - "pre-commit>=4.3", + "pre-commit>=4.6.0", { include-group = "sql" }, ] pyright = [ "pyright>=1.1.406" ]