From 69f881ea96d00f344a9229897bf08ac61dacd6f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 08:23:49 +0000 Subject: [PATCH] chore(deps): Bump prek from 0.3.13 to 0.4.1 Bumps [prek](https://github.com/j178/prek) from 0.3.13 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.13...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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdfed36..f767ef2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dev = [ "basedpyright==1.39.3", "mypy==2.0.0", "parametrize-from-file==0.21.0", - "prek==0.3.13", + "prek==0.4.1", "pyrefly==1.0.0", "pytest-asyncio>=1.3.0", "pytest~=9.0.3",