From e3e77fe450758088ebc048cbb8c62d2c2c03afc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 02:14:40 +0000 Subject: [PATCH] Bump prek from 0.3.9 to 0.4.1 in /python Bumps [prek](https://github.com/j178/prek) from 0.3.9 to 0.4.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.3.9...v0.4.1) --- 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 26e81b49cd..7c61b60cd6 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.1", ] [tool.uv]