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 2585e2b commit a444d43
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 @@ -80,7 +80,7 @@ docs = [
tests = [
"coverage>=5.3,<7.7", # Lets us track what code is being tested
"doc8>=1.0,<1.2", # Ensures clean documentation formatting
"mypy>=1.0,<1.14", # Static type checking
"mypy>=1.0,<1.15", # Static type checking
"pre-commit>=4,<5", # Allow us to run pre-commit hooks in testing
"pydocstyle>=5.1,<6.4", # Style guidelines for Python documentation
"pytest>=6.2,<8.4", # Our testing framework
Expand Down

0 comments on commit a444d43

Please sign in to comment.