From dd65346434075a8f8607e7b1906bd58129c0cc20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 07:28:40 +0000 Subject: [PATCH] Build(deps-dev): Bump prek from 0.3.9 to 0.4.3 in /python Bumps [prek](https://github.com/j178/prek) from 0.3.9 to 0.4.3. - [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.9...v0.4.3) --- updated-dependencies: - dependency-name: prek dependency-version: 0.4.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 454862ac82..659ca76ef4 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "poethepoet==0.42.1", "rich>=13.7.1,<16.0.0", "tomli==2.4.1", - "prek==0.3.9", + "prek==0.4.3", ] [tool.uv]