Skip to content

Commit 8334731

Browse files
fix:(deps): update mypy requirement from <1.15,>=0.971 to >=0.971,<1.16
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.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 33f1760 commit 8334731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dev = [
4747
"myst-parser>=0.18.0",
4848
"flake8>=6.0.0",
4949
"docformatter>=1.4.0,<1.7.6",
50-
"mypy>=0.971,<1.15",
50+
"mypy>=0.971,<1.16",
5151
"pytest-xdist>=3.0.2",
5252
"pre-commit>=2.20.0,<4.2.0",
5353
]

0 commit comments

Comments
 (0)