From 6c2b674017273bcea895b8e5ffae9d3ea4c7f580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:32:52 +0000 Subject: [PATCH] Update prek requirement from >=0.3.5 to >=0.3.10 Updates the requirements on [prek](https://github.com/j178/prek) to permit the latest version. - [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.5...v0.3.10) --- updated-dependencies: - dependency-name: prek dependency-version: 0.3.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7ccf83cff..3e75bb39c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dev = [ "clangd~=22.0", "clangd-tidy~=1.1", "cmakelang~=0.6", - "prek>=0.3.5", + "prek>=0.3.10", "pyyaml~=6.0", "ruff~=0.15", "sphinx-lint~=1.0",