From fda888111f218862ba40b43635fcc575c79bd4b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 00:43:03 +0000 Subject: [PATCH] build(deps-dev): bump prek from 0.3.9 to 0.4.0 in /python Bumps [prek](https://github.com/j178/prek) from 0.3.9 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.9...v0.4.0) --- updated-dependencies: - dependency-name: prek dependency-version: 0.3.11 dependency-type: direct:development update-type: version-update:semver-patch ... 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 7716598ded8..a87b8b12597 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.0", ] [tool.uv]