From 95c3eb61e0d69cb8a4e051b278c389ed33151881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 23:23:14 +0000 Subject: [PATCH] build(deps-dev): bump pre-commit from 4.6.1 to 4.6.2 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.6.1 to 4.6.2. - [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 update-type: version-update:semver-patch ... 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 28e173fef6..e1c5ca73c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ classifiers = [ [project.optional-dependencies] dev = [ "mypy==2.3.1", - "pre-commit==4.6.1", + "pre-commit==4.6.2", "pytest-mock==3.15.1", "ruff==0.16.3", "types-PyYAML==6.0.12.20260724", diff --git a/requirements-dev.txt b/requirements-dev.txt index c34dec1616..d9f8c4239d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements.txt mypy==2.3.1 -pre-commit==4.6.1 +pre-commit==4.6.2 pytest-mock==3.15.1 ruff==0.16.3 types-PyYAML==6.0.12.20260724