Skip to content

Commit

Permalink
Update mypy requirement from <1.7,>=1.0 to >=1.0,<1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 06e0b1a commit f40461b
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 @@ -72,7 +72,7 @@ tests = [
"coverage>=7,<8", # Lets us track what code is being tested
"exceptiongroup>=1,<2",
"jupyter", # For integration testing Jupyter notebooks
"mypy>=1.0,<1.7", # Static type checking
"mypy>=1.0,<1.8", # Static type checking
"nbconvert>=7,<8",
"nbformat>=5,<6",
"pre-commit>=3,<4", # Allow us to run pre-commit hooks in testing
Expand Down

0 comments on commit f40461b

Please sign in to comment.