Skip to content

Commit b5fde83

Browse files
chore(deps-dev): Update pre-commit requirement from >=4.6.1 to >=4.6.2
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.6.1...v4.6.2) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 748d023 commit b5fde83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python-preference = "managed"
1717
dev = [
1818
"ruff>=0.16.3",
1919
"pyright>=1.1.411",
20-
"pre-commit>=4.6.1",
20+
"pre-commit>=4.6.2",
2121
"pytest-cov>=7.1.0",
2222
"pytest-asyncio>=1.4.0",
2323
"pytest>=9.1.1",

0 commit comments

Comments
 (0)