From 17cf53ae0e7daf3bfb3ee4620e5ffd05975645dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:33:36 +0000 Subject: [PATCH] chore(deps-dev): Bump prek from 0.4.14 to 0.5.0 Bumps [prek](https://github.com/j178/prek) from 0.4.14 to 0.5.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.4.14...v0.5.0) --- updated-dependencies: - dependency-name: prek dependency-version: 0.5.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 f09f7e25..34f63f40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ optional-dependencies.dev = [ "mypy[faster-cache]==2.3.1", "mypy-strict-kwargs==2026.8.25.1", "no-defaults==2.1.0", - "prek==0.4.14", + "prek==0.5.0", "pydocstringformatter==1.0.0", "pydocstyle==6.3", "pygments==2.21.0",