Skip to content

Commit 12a6eac

Browse files
Update pre-commit requirement from ~=4.3.0 to >=4.3,<4.6
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.3.0...v4.5.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6dc9fb6 commit 12a6eac

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
@@ -42,7 +42,7 @@ dependencies = [
4242

4343
[dependency-groups]
4444
dev = [
45-
"pre-commit~=4.3.0",
45+
"pre-commit>=4.3,<4.6",
4646
"pytest~=8.4.2",
4747
"pytest-asyncio~=1.2.0",
4848
"pytest-cov~=7.0.0",

0 commit comments

Comments
 (0)