From 457e28ea4da528c0b2a8c59086b78542a6fce018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 11:01:50 +0000 Subject: [PATCH] Update pre-commit requirement from ~=3.5 to ~=4.3 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/v3.5.0...v4.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 936a8d1..c05173c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ flake8~=7.3 mypy==1.6.0 pytest>=9.0.3 pytest-cov~=6.0 -pre-commit~=3.5 +pre-commit~=4.3 twine~=4.0 wheel>=0.46.2 pylint>=3.0,<4.0