From 03573af75d779b706b4e4ff55e8234b0bd81668a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 04:09:04 +0000 Subject: [PATCH] Update pre-commit requirement from ~4.0 to ~4.1 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.1.0) --- updated-dependencies: - dependency-name: pre-commit 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 a85c955..354dd35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pytest = "~8.3" pytest-asyncio = "~0.25" pytest-cov = "~6.0" pytest-unordered = "~0.6" -pre-commit = "~4.0" +pre-commit = "~4.1" Sphinx = "~7.4" sphinx-rtd-theme = "~3.0" sphinxcontrib-napoleon = "~0.7"