Skip to content

Commit 8ca27e0

Browse files
chore(deps-dev): Update pre-commit requirement from >=4.6.0 to >=4.6.1 (#251)
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.0...v4.6.1) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b82d7dd commit 8ca27e0

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.15.22",
1919
"pyright>=1.1.411",
20-
"pre-commit>=4.6.0",
20+
"pre-commit>=4.6.1",
2121
"pytest-cov>=7.1.0",
2222
"pytest-asyncio>=1.4.0",
2323
"pytest>=9.1.1",

0 commit comments

Comments
 (0)