Skip to content

Commit

Permalink
Update pre-commit requirement from <4.0,>=2.9.2 to >=2.9.2,<5.0 (#4215)
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.9.2...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 6adbed9 commit d7b8d94
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 @@ -65,7 +65,7 @@ test = [
"mypy~=1.0",
"pandas~=2.0",
"pluggy>=1.0",
"pre-commit>=2.9.2, <4.0", # The hook `mypy` requires pre-commit version 2.9.2.
"pre-commit>=2.9.2, <5.0", # The hook `mypy` requires pre-commit version 2.9.2.
"pytest-cov~=3.0",
"pytest-mock>=1.7.1, <4.0",
"pytest-xdist[psutil]~=2.2.1",
Expand Down

0 comments on commit d7b8d94

Please sign in to comment.