From c4390385f59d0da98170bdae4eb07794ec1badc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 10:34:36 +0000 Subject: [PATCH] chore(deps-dev): Bump prek from 0.3.13 to 0.4.0 Bumps [prek](https://github.com/j178/prek) from 0.3.13 to 0.4.0. - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](https://github.com/j178/prek/compare/v0.3.13...v0.4.0) --- updated-dependencies: - dependency-name: prek dependency-version: 0.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47c26d82..79688dac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ optional-dependencies.dev = [ "interrogate==1.7.0", "mypy[faster-cache]==2.1.0", "mypy-strict-kwargs==2026.1.12", - "prek==0.3.13", + "prek==0.4.0", "pydocstringformatter==0.7.5", "pydocstyle==6.3", "pygments==2.20.0",