Skip to content

Commit

Permalink
Update mypy requirement from <1.15,>=1.0 to >=1.0,<1.16
Browse files Browse the repository at this point in the history
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.0.0...v1.15.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2025
1 parent 18946a6 commit f557b1e
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.15", # Static type checking
"mypy>=1.0,<1.16", # Static type checking
"nbconvert>=7,<8",
"nbformat>=5,<6",
"pre-commit>=4,<5", # Allow us to run pre-commit hooks in testing
Expand Down

0 comments on commit f557b1e

Please sign in to comment.