Skip to content

Commit

Permalink
Update pre-commit requirement from <4.0,>=2.21 to >=2.21,<5.0
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@v2.21.0...v4.0.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent bab41dd commit 026eb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dev = [
"mkdocs-material[imaging]>=9.1.17",
"mkdocstrings[python]~=0.22",
"pdbpp~=0.10",
"pre-commit>=2.21,<4.0",
"pre-commit>=2.21,<5.0",
"ruff",
]
tests = [
Expand Down

0 comments on commit 026eb45

Please sign in to comment.