From 3b7c06e65ea187aaa9a0fdac9e218e2453d920ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 23:58:24 +0000 Subject: [PATCH] build(deps-dev): bump prek from 0.3.9 to 0.3.13 in /python Bumps [prek](https://github.com/j178/prek) from 0.3.9 to 0.3.13. - [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.3.13) --- 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 8f37cc4177..411245d8c9 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.3.13", ] [tool.uv]