From 71984726b63edffae50f2e018e2306eb969d0e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 17:22:38 +0000 Subject: [PATCH] chore(deps-dev): update pre-commit requirement from >=4.6.1 to >=4.6.2 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.6.1...v4.6.2) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1e8f6d7..3d4fc0a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ pytest-asyncio>=1.4.0 black>=26.5.1 flake8>=7.3.0 mypy>=2.3.0 -pre-commit>=4.6.1 +pre-commit>=4.6.2 # Security floors for transitive development dependencies filelock>=3.32.2