From 049f080798898186a5e8478d8e091ff20b133ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 20:56:48 +0200 Subject: [PATCH] build(deps-dev): bump pre-commit from 4.5.1 to 4.6.0 (#1033) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.5.1 to 4.6.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.5.1...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 ab52882..893c862 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.5.1", + "pre-commit==4.6.0", "mypy==1.20.1", "types-requests==2.33.0.20260408", # for mypy "pandas-stubs==3.0.0.260204", # for mypy