Skip to content

Commit 4a10a5c

Browse files
Update pre-commit requirement from ~4.1 to ~4.2 (#220)
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@v4.1.0...v4.2.0) --- 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 5d2e98c commit 4a10a5c

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 = "~4.1"
39+
pre-commit = "~4.2"
4040
docutils="~0.20"
4141
Sphinx = "~7.4"
4242
sphinx-rtd-theme = "~3.0"

0 commit comments

Comments
 (0)