From 3624c4e9639b7d505dd5a5747e103c4f1f261f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 09:23:14 +0000 Subject: [PATCH] build(deps-dev): bump pre-commit from 4.6.0 to 4.6.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.6.0 to 4.6.1. - [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 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 3bb085b2c3..bb86ce2c6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ classifiers = [ [project.optional-dependencies] dev = [ "mypy==2.3.0", - "pre-commit==4.6.0", + "pre-commit==4.6.1", "pytest-mock==3.15.1", "ruff==0.15.22", "types-PyYAML==6.0.12.20260518", diff --git a/requirements-dev.txt b/requirements-dev.txt index d83e454366..3fc9f68231 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements.txt mypy==2.3.0 -pre-commit==4.6.0 +pre-commit==4.6.1 pytest-mock==3.15.1 ruff==0.15.22 types-PyYAML==6.0.12.20260518