Skip to content

Commit b30c73d

Browse files
Update pre-commit requirement from <4.0,>=3.0.0 to >=3.0.0,<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.0.0...v4.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48b42a1 commit b30c73d

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
@@ -43,7 +43,7 @@ dev = [
4343
"flake8 >=6.0.0, <7.0.0",
4444
"flake8-print >=5.0.0, <6.0.0",
4545
"flake8-quotes >=3.3.2",
46-
"pre-commit>=3.0.0,<4.0",
46+
"pre-commit>=3.0.0,<5.0",
4747
"pytest", # Let OpenFisca-Core decide pytest version
4848
"requests >=2.28.2, <3.0",
4949
"yamllint >=1.30.0, <2.0",

0 commit comments

Comments
 (0)