From c22bfb270eda4753a18110b0c2412a5cb12a1c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 09:30:36 +0000 Subject: [PATCH] build(deps-dev): bump pre-commit from 4.2.0 to 4.3.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.2.0 to 4.3.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.2.0...v4.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b8f4ae8e0b..fae0f57057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ classifiers = [ [project.optional-dependencies] dev = [ "mypy==1.19.1", - "pre-commit==4.2.0", + "pre-commit==4.3.0", "pytest-mock==3.15.1", "ruff >= 0.9.0", "types-PyYAML==6.0.12.20250915", diff --git a/requirements-dev.txt b/requirements-dev.txt index de36a1cd50..f06d89a817 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements.txt mypy==1.19.1 -pre-commit==4.2.0 +pre-commit==4.3.0 pytest-mock==3.15.1 ruff>=0.9.0 types-PyYAML==6.0.12.20250915