Skip to content

Commit

Permalink
Update mypy requirement from <1.8,>=1.0 to >=1.0,<1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent 42b4857 commit 05ce8b8
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.8", # Static type checking
"mypy>=1.0,<1.9", # 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 05ce8b8

Please sign in to comment.