Skip to content

Commit

Permalink
fix:(deps): update mypy requirement from <1.13,>=0.971 to >=0.971,<1.14
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@v0.971...v1.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent d3e5cb7 commit 6536f6f
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 @@ -47,7 +47,7 @@ dev = [
"myst-parser>=0.18.0",
"flake8>=6.0.0",
"docformatter>=1.4.0,<1.7.6",
"mypy>=0.971,<1.13",
"mypy>=0.971,<1.14",
"pytest-xdist>=3.0.2",
"pre-commit>=2.20.0,<4.1.0",
]
Expand Down

0 comments on commit 6536f6f

Please sign in to comment.