Skip to content

Commit de95137

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ flake8-pytest-style >=2.0, <3.0
1919
flake8-rst-docstrings >=0.2.6, <1.0
2020
isort >=5.0, <6.0
2121
pep8-naming >=0.1, <1.0
22-
pre-commit >=3.0, <4.0
22+
pre-commit >=3.0, <5.0
2323
pytest >=8.0, <9.0
2424
shellcheck-py >=0.1, <1.0
2525
shfmt-py >=3.0, <4.0

0 commit comments

Comments
 (0)