From 54fc2c2fc2296a5d0809875f98e033ac4cb99795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:33:22 +0000 Subject: [PATCH] chore(deps-dev): Bump prek from 0.4.8 to 0.4.9 Bumps [prek](https://github.com/j178/prek) from 0.4.8 to 0.4.9. - [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.4.8...v0.4.9) --- updated-dependencies: - dependency-name: prek dependency-version: 0.4.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aea789e9..c2ccb439 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ optional-dependencies.dev = [ "interrogate==1.7.0", "mypy[faster-cache]==2.1.0", "mypy-strict-kwargs==2026.5.20.1", - "prek==0.4.8", + "prek==0.4.9", "pydocstringformatter==1.0.0", "pydocstyle==6.3", "pygments==2.20.0",