Skip to content

Commit

Permalink
Update mypy requirement from <1.6,>=1.0 to >=1.0,<1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 16, 2023
1 parent cd9d241 commit 6a288dd
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 @@ -83,7 +83,7 @@ docs = [
tests = [
"coverage>=5.3,<7.4", # Lets us track what code is being tested
"doc8>=1.0,<1.2", # Ensures clean documentation formatting
"mypy>=1.0,<1.6", # Static type checking
"mypy>=1.0,<1.7", # Static type checking
"pre-commit>=2.9,<3.5", # Allow us to run pre-commit hooks in testing
"pydocstyle>=5.1,<6.4", # Style guidelines for Python documentation
"pytest>=6.2,<7.5", # Our testing framework
Expand Down

0 comments on commit 6a288dd

Please sign in to comment.