From 5e7c6f038960510232a050ebea7ea782ff046315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 20:35:03 +0000 Subject: [PATCH] chore(deps-dev): update pre-commit requirement from >=4.0 to >=4.6.0 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.0.0...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.0 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 5ffa0bc..d78c51f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ Changelog = "https://github.com/ByteVeda/paperjam/blob/main/CHANGELOG.md" [project.optional-dependencies] pandas = ["pandas>=3.0.3"] dev = [ - "pre-commit>=4.0", + "pre-commit>=4.6.0", "pytest>=8.0", "pytest-asyncio>=0.24", "pytest-benchmark>=4.0",