From 7328252602468ff959b443d92c52ed1a3d70a292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:46:54 +0000 Subject: [PATCH] chore(deps-dev)(deps-dev): update pre-commit requirement in /backend 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] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 69f71a1..4f9977f 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "factory-boy>=3.3", "freezegun>=1.4", "respx>=0.22", - "pre-commit>=4.3.0", + "pre-commit>=4.6.0", "ruff>=0.12.0", "commitizen>=4.8.3", "ty>=0.0.32",