From d7da17d9ef3eb21fcafeb35b7ced25d1b59c942b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 22:58:07 +0000 Subject: [PATCH] Bump prek from 0.5.0 to 0.5.1 Bumps [prek](https://github.com/j178/prek) from 0.5.0 to 0.5.1. - [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.5.0...v0.5.1) --- updated-dependencies: - dependency-name: prek dependency-version: 0.5.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83455746..84b60326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ optional-dependencies.dev = [ "mypy[faster-cache]==2.3.1", "mypy-strict-kwargs==2026.8.25.1", "no-defaults==2026.9.1", - "prek==0.5.0", + "prek==0.5.1", "pydocstringformatter==1.0.0", "pylint[spelling]==4.0.8", "pylint-per-file-ignores==3.2.1",