Skip to content

Commit b2c5edd

Browse files
Update pre-commit requirement from ~3.5 to ~4.0 (#184)
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.5.0...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd930e7 commit b2c5edd

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
@@ -36,7 +36,7 @@ pytest = "~8.3"
3636
pytest-asyncio = "~0.25"
3737
pytest-cov = "~6.0"
3838
pytest-unordered = "~0.6"
39-
pre-commit = "~3.5"
39+
pre-commit = "~4.0"
4040
Sphinx = "~7.1"
4141
sphinx-rtd-theme = "~3.0"
4242
sphinxcontrib-napoleon = "~0.7"

0 commit comments

Comments
 (0)