From afba2f354fa67fd5ac8be3f8135714e506e73328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 02:22:37 +0000 Subject: [PATCH] build(deps-dev): update pre-commit requirement from >=4.6.0 to >=4.6.1 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.0...v4.6.1) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.1 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 2843458..9cf18c8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ mypy >= 2.3.0 pytest-approvaltests >= 0.2.4 invoke >= 3.0.3 robotstatuschecker >= 3.0.1 -pre-commit >= 4.6.0 +pre-commit >= 4.6.1 empty-files >= 0.0.9 robotframework-tidy >=4.18.0 ruff >= 0.15.22