From 2828af43196900cb7b4ba2556407689cec70479f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:19:49 +0000 Subject: [PATCH] Bump pre-commit from 4.5.1 to 4.6.0 in /app Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.5.1 to 4.6.0. - [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.5.1...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements/local.txt b/app/requirements/local.txt index 210e6889..3bf70112 100644 --- a/app/requirements/local.txt +++ b/app/requirements/local.txt @@ -2,6 +2,6 @@ click==8.3.1 django-environ==0.13.0 -pre-commit==4.5.1 +pre-commit==4.6.0 pytest==9.0.2