Skip to content

Commit

Permalink
Update pre-commit requirement from <4,>=3 to >=3,<5
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 2be4144 commit 0dbacf7
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 @@ -104,7 +104,7 @@ tests = [
"mypy>=1.0,<1.12", # Static type checking
"nbconvert>=7,<8",
"nbformat>=5,<6",
"pre-commit>=3,<4", # Allow us to run pre-commit hooks in testing
"pre-commit>=3,<5", # Allow us to run pre-commit hooks in testing
"pydocstyle>=6,<7", # Style guidelines for Python documentation
"pytest-console-scripts>=1.1,<2", # Allow automatic testing of scripts
"pytest-cov>=4,<6", # Pytest plugin for working with coverage
Expand Down

0 comments on commit 0dbacf7

Please sign in to comment.