From eff67f2a7d4841aa4067ef250ee811a51dbc2873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:32:50 +0000 Subject: [PATCH] Update pre-commit requirement from ==v3.8.0 to ==v4.0.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/v3.8.0...v4.0.1) --- 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 440fcaad..305a292b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ pytest-flake8 = "*" coverage = "==7.6.1" pdoc = "^15" more-itertools = "~=10.5.0" -pre-commit = "==v3.8.0" +pre-commit = "==v4.0.1" pytest-xdist = "^3.5.0" types-PyYAML = "^6.0.9" msgpack-types = "^0.5"