From 252d4b61235ca1b701992b52dac0a1147c3841a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 14:51:53 +0200 Subject: [PATCH] build(deps-dev): bump pre-commit from 4.6.0 to 4.6.1 (#1184) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26d61506..26a3deaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dev = [ # - commitizen - sync with requirements-dev.txt (if on pypi) # # !!! Sync .pre-commit-config.yaml with these dependencies !!! - "pre-commit==4.6.0", + "pre-commit==4.6.1", "mypy==2.3.0", "types-requests==2.33.0.20260712", # for mypy "pandas-stubs==3.0.3.260530", # for mypy