Skip to content

Commit 647380d

Browse files
build(deps): update pre-commit requirement from ~=3.8 to >=3.8,<5.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](pre-commit/pre-commit@v3.8.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6806b5 commit 647380d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev = [
4545
"commitizen ~= 3.29",
4646
"django-stubs[compatible-mypy] ~= 5.0",
4747
"nox == 2024.4.15",
48-
"pre-commit ~= 3.8",
48+
"pre-commit >= 3.8,< 5.0",
4949
"pytest ~= 8.3",
5050
"pytest-cov ~= 5.0",
5151
"pytest-custom-exit-code ~= 0.3",

0 commit comments

Comments
 (0)