Skip to content

Commit

Permalink
build(deps-dev): update pre-commit requirement (#283)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Dec 28, 2024
1 parent 20e8833 commit 93bb3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ quality = [
"ruff==0.8.4",
"mypy==1.13.0",
"types-Pillow",
"pre-commit>=3.0.0,<4.0.0",
"pre-commit>=3.0.0,<5.0.0",
]
docs = [
"sphinx>=3.0.0,!=3.5.0",
Expand Down Expand Up @@ -80,7 +80,7 @@ dev = [
"ruff==0.8.4",
"mypy==1.13.0",
"types-Pillow",
"pre-commit>=3.0.0,<4.0.0",
"pre-commit>=3.0.0,<5.0.0",
# docs
"sphinx>=3.0.0,!=3.5.0",
"furo>=2022.3.4",
Expand Down

0 comments on commit 93bb3fe

Please sign in to comment.