Skip to content

Commit

Permalink
build(deps): update pre-commit requirement (#380)
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 29, 2024
1 parent a846756 commit c22f5c1
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 @@ -59,7 +59,7 @@ quality = [
"ruff==0.6.4",
"mypy==1.10.0",
"types-tqdm",
"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 All @@ -86,7 +86,7 @@ dev = [
"ruff==0.6.4",
"mypy==1.10.0",
"types-tqdm",
"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 c22f5c1

Please sign in to comment.