Skip to content

Commit 1ed1996

Browse files
Update mypy requirement from ~=1.13.0 to >=1.13,<1.20
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.13.0...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55dc58c commit 1ed1996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ test = [
6767
"pytest-timeout", # Timeout protection for CI/CD
6868
"rich",
6969
"ruff",
70-
"mypy~=1.13.0", # pinned to old for python 3.8
70+
"mypy>=1.13,<1.20", # pinned to old for python 3.8
7171
'typing-extensions; python_version < "3.11"',
7272
"wheel",
7373
"griffe",

0 commit comments

Comments
 (0)