Skip to content

Commit

Permalink
Update mypy requirement from <1.14,>=1.0 to >=1.0,<1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 322f624 commit 1e82f37
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 @@ -101,7 +101,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.14", # Static type checking
"mypy>=1.0,<1.15", # Static type checking
"nbconvert>=7,<8",
"nbformat>=5,<6",
"pre-commit>=3,<5", # Allow us to run pre-commit hooks in testing
Expand Down

0 comments on commit 1e82f37

Please sign in to comment.