Skip to content

Commit ae5e68c

Browse files
Update pre-commit requirement from ~4.2 to ~4.3 (#282)
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.2.0...v4.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 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 50480a7 commit ae5e68c

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
@@ -37,7 +37,7 @@ pytest = "~8.4"
3737
pytest-asyncio = "~1.1"
3838
pytest-cov = "~6.2"
3939
pytest-unordered = "~0.7"
40-
pre-commit = "~4.2"
40+
pre-commit = "~4.3"
4141
docutils="~0.20"
4242
Sphinx = "~7.4"
4343
sphinx-rtd-theme = "~3.0"

0 commit comments

Comments
 (0)