Skip to content

Commit 93bb3fe

Browse files
build(deps-dev): update pre-commit requirement (#283)
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@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20e8833 commit 93bb3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ quality = [
5252
"ruff==0.8.4",
5353
"mypy==1.13.0",
5454
"types-Pillow",
55-
"pre-commit>=3.0.0,<4.0.0",
55+
"pre-commit>=3.0.0,<5.0.0",
5656
]
5757
docs = [
5858
"sphinx>=3.0.0,!=3.5.0",
@@ -80,7 +80,7 @@ dev = [
8080
"ruff==0.8.4",
8181
"mypy==1.13.0",
8282
"types-Pillow",
83-
"pre-commit>=3.0.0,<4.0.0",
83+
"pre-commit>=3.0.0,<5.0.0",
8484
# docs
8585
"sphinx>=3.0.0,!=3.5.0",
8686
"furo>=2022.3.4",

0 commit comments

Comments
 (0)