From 504f1e98c08b2c11c42434ea5d8ac12aa561e88c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 05:23:46 +0000 Subject: [PATCH] chore(deps-dev): Bump prek from 0.4.6 to 0.4.8 Bumps [prek](https://github.com/j178/prek) from 0.4.6 to 0.4.8. - [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.6...v0.4.8) --- updated-dependencies: - dependency-name: prek dependency-version: 0.4.8 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 20a2492cf..ea467ec4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ optional-dependencies.dev = [ "interrogate==1.7.0", "mypy[faster-cache]==2.2.0", "mypy-strict-kwargs==2026.5.20.1", - "prek==0.4.6", + "prek==0.4.8", "pydocstringformatter==1.0.0", "pydocstyle==6.3", "pylint[spelling]==4.0.6",