Skip to content

Commit affb154

Browse files
fix:(deps): update mypy requirement from <1.12,>=0.971 to >=0.971,<1.13
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.12.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39a9df9 commit affb154

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.12",
50+
"mypy>=0.971,<1.13",
5151
"pytest-xdist>=3.0.2",
5252
"pre-commit>=2.20.0,<4.1.0",
5353
]

0 commit comments

Comments
 (0)